Skip to main content
GET
JavaScript

Authorizations

X-API-Key
string
header
required

Query Parameters

statuses
enum<string>[] | null

Optional status filter. Use published to list agents that have a live published version, or draft to list agents that have not been published yet. Defaults to published.

Statuses you can use to filter the list agents response.

Available options:
published,
draft
limit
integer
default:100
Required range: x <= 100
next_cursor
string | null

Response

Successful Response

Paginated list of agents.

data
Agent · object[]
required

Agents returned for this page.

pagination
CursorPagination · object

Cursor pagination details for this response.