Group: Cast APIsUse this when you need: Conversation for a cast.
Usage
Parameters
| Parameter | Type | Required | Description | |
|---|---|---|---|---|
identifier | string | ✅ | Cast identifier (It's either a URL or a hash) | |
type | LookupCastConversationTypeEnum | ✅ | The query param accepted by the API. Sent along with identifier param. url - Cast identifier is a url hash - Cast identifier is a hash | |
xNeynarExperimental | boolean | ❌ | - | |
replyDepth | `number | null` | ❌ | - |
includeChronologicalParentCasts | `boolean | null` | ❌ | - |
viewerFid | number | ❌ | - | |
sortType | LookupCastConversationSortTypeEnum | ❌ | - | |
fold | LookupCastConversationFoldEnum | ❌ | - | |
limit | number | ❌ | - | |
cursor | string | ❌ | - |
Response
Returns aRequestArgs object.
Error Handling
Related API Reference
📖 API Reference: lookupCastConversation For detailed information about the HTTP endpoint, request/response schemas, and additional examples, see the complete API documentation.Tips
- Provide a viewerFid when supported to respect mutes/blocks and include
viewer_context. - Keep requests scoped (e.g., use
limit) to improve latency. - Cache results where sensible.

