List Agents
Agents
List Agents
Retrieves a paginated list of agents for the authenticated user’s current workspace. The agents are returned using cursor-based pagination.
GET
List Agents
Authorizations
Bearer token authentication
Query Parameters
The number of items per page. Must be at least 1. Must not be greater than 100.
Example:
25
The cursor for pagination. Use the meta.next_cursor or meta.previous_cursor from the response.
Example:
"example"
Response
200 - application/json
Example:
[
{
"id": "01kqh44e0js9xngdb1s9rctf16",
"name": "My Agent",
"status": "draft",
"voice": "",
"numbers": [],
"subscription": null,
"created_at": "2026-05-01T06:38:03.000000Z",
"updated_at": "2026-05-01T06:38:03.000000Z",
"published_at": null,
"workspace_id": "01kqh44e043p6nea6edbck7cy2"
},
{
"id": "01kqh44e1rsa3ycq33h3ks3ky7",
"name": "My Agent",
"status": "draft",
"voice": "",
"numbers": [],
"subscription": null,
"created_at": "2026-05-01T06:38:03.000000Z",
"updated_at": "2026-05-01T06:38:03.000000Z",
"published_at": null,
"workspace_id": "01kqh44e1b3tz41xev6hp1rxjq"
}
]
