Skip to main content
GET
List Agents

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Query Parameters

page
integer | null

Page number (1-based)

Required range: x >= 1
limit
integer | null

Items per page

Required range: 1 <= x <= 100
show_statuses
string[] | null

List of statuses to show. By default shows deployed and paused agents.

Response

Returns Agent[] when pagination params are omitted, or PaginatedAgentResponse when page or limit is provided.

items
Agent · object[]
required
pagination
PaginationMeta · object
required