List Agents
List agents across your account. Supports filtering by creation time.
get/v1/agents
Query parameters
startAtstring date-time
Only return agents created on or after this timestamp (inclusive). ISO 8601 / RFC 3339, e.g. 2026-01-19T00:00:00Z.
endAtstring date-time
Only return agents created on or before this timestamp (inclusive). ISO 8601 / RFC 3339, e.g. 2026-01-20T00:00:00Z.
limitinteger
Maximum number of results to return.
cursorstring
Pagination cursor. Pass the nextCursor from the previous response to fetch the next page. Omit to start from the first page.
Response
The page of matching agents.