List Agents
AgentListPage agents().list(params = AgentListParams.none())GET
/v1/agentsList agents owned by your organization, ordered from most recently created. The response includes an opaque cursor when another page is available.
Query parameters
All parameters are optional.
AgentListParams paramsNumber of agents to return. Accepts values from 1 to 100.
Default: 20
Opaque cursor returned in a previous response's next_page field.
Include agents that have been archived.
Default: false
Return agents created at or after this timestamp.
Return agents created at or before this timestamp.
Pagination
Results are ordered by created_at descending. Pass next_page back as page; when next_page is absent, you have reached the final page.
Errors
400
invalid_requestThe page cursor or another query parameter is invalid.
401
authentication_errorThe API key is missing or invalid.

