Chat Platform API v3
Chat Platform API
Chat Platform API
Version 3
List bots
Copy link
Retrieves a list of all bots within an application.
HTTP request
Copy link
Parameters
Copy link
The following table lists the parameters that this action supports.
Optional
Parameter name | Type | Description |
---|---|---|
token | string | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set to |
limit | int | Specifies the number of bots to return per page. Acceptable values are |
Response
Copy link
If successful, this action returns a list of bot resources in the response body.
List of response properties
Copy link
Property name | Type | Description |
---|---|---|
bots[] | array of objects | An array of bots. |
next | string | The value that can be used in the |
In the case of an error, an error object is returned. A detailed list of error codes is available here.
On this page