Skip to main content
Retrieve a list of your trading agents. Use this endpoint to monitor which agents are active and filter by run status when building dashboards or management tools.

Endpoint

Query parameters

string
Filter by agent status. Supported values: active, idle, paused, error.
integer
default:"20"
Number of agents per page. Maximum is 100.
string
Opaque cursor from a previous response to fetch the next page.

Example request

Response

array
Array of agent summary objects.
string
Unique agent identifier.
string
Human-readable agent name.
string
Current status: active, idle, paused, or error.
integer
Chain the agent trades on.
string
ID of the connected wallet.
integer
Unix timestamp when the agent was created.
string
Cursor for the next page, omitted when there are no more results.

Example response