Back to API List Retrieves the list of AI Agents available in an account.Documentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This API requires a JWT generated by an application created only from the Admin Console.
| Method | GET |
|---|---|
| Endpoint | https://{{host}}/api/public/bots?offset=0&limit=50 |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Not Applicable; Admin Console: Profile Management > Role Management |
Path Parameters
| Parameter | Required/Optional | Description |
|---|---|---|
host | Required | Environment URL, for example, https://platform.kore.ai |
offset | Optional | The starting position for fetching AI Agents. Defaults to 0 (first page). |
limit | Optional | Number of AI Agents to fetch. Maximum is 50. |