Get custom channel accounts
GetCustomChannelAccountsFetch accounts linked to a custom channel by supplying the channel ID. Use pagination to browse all associated accounts efficiently.
Instructions
Fetch the list of accounts associated with a specific custom channel, identified by the channel ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor from paging.next.after | |
| limit | No | Max results per page | |
| custom_channel_id | Yes | The unique identifier of the custom channel to retrieve accounts for |