Group: Channel APIsUse this when you need: Bulk fetch.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
ids | string | ✅ | Comma separated list of channel IDs or parent_urls, up to 100 at a time |
type | FetchBulkChannelsTypeEnum | ❌ | - |
viewerFid | number | ❌ | - |
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.

