Group: Channel APIsUse this when you need: By ID or parent_url.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | Channel ID for the channel being queried |
type | LookupChannelTypeEnum | ❌ | - |
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.

