List operators of an open channel
You can retrieve a list of operators of an open channel using this API.
HTTP request
Note: If you are using the in-app channel in Delight AI agent, the endpoint for your API request should start with
https://api-{application_id}.svc.delight.ai/v3instead ofhttps://api-{application_id}.sendbird.com/v3. For more details, refer to our Delight AI agent guide.
Parameters
The following table lists the parameters that this action supports.
Parameters
| Required | Type | Description |
|---|---|---|
channel_url | string | Specifies the URL of the channel. |
| Optional | Type | Description |
|---|---|---|
token | string | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set as |
limit | int | Specifies the number of results to return per page. Acceptable values are |
Responses
If successful, this action returns a list of channel resources registered as operators of the channel in the response body.
List of response properties
| Property name | Type | Description |
|---|---|---|
operators[] | array of objects | |
next | string | The value that can be used in the |
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.