Skip to main content
GET
List agents

Authorizations

Authorization
string
header
required

Workspace API key issued from the web app. Pass as Authorization: Bearer YOUR_API_KEY.

Query Parameters

cursor
string

Opaque pagination cursor returned by a previous response in next_cursor. Omit on the first request.

limit
integer
default:20

Maximum number of items to return. Defaults to 20; max 100.

Required range: 1 <= x <= 100
q
string

Substring match against agent name (case-insensitive).

status
string

Comma-separated list of statuses to include (draft, published, archived). Default returns all non-archived.

Response

Paginated list of agents.

data
object[]
required
has_more
boolean
required
next_cursor
string | null

Cursor to fetch the next page. null when there are no more items.