List AI chatbots
Retrieves a list of all AI chatbots within an application.
HTTP request
Parameters
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 |
Request body
The following table lists the properties of an HTTP request that this action supports.
Optional
Property name | Type | Description |
---|---|---|
is_ai | boolean | Determines whether to retrieve a list of AI bots. If set to |
Response
If successful, this action returns a list of bot resources in the response body.
List of response properties
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.