fetchComposerActions
Fetch composer actionsGroup: Cast APIsUse this when you need: Fetch composer actions.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
list | FetchComposerActionsListEnum | ✅ | Type of list to fetch. |
limit | number | ❌ | - |
cursor | string | ❌ | - |
Response
Returns aRequestArgs object.
Error Handling
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.

