Agents
List runs
Lists agent runs for the authenticated organization. Supports filtering by agent, status, and cursor-based pagination.
get/agent/v1/run
Query parameters
agentIdstring
Filter by agent ID
status'queued' | 'running' | 'completed' | 'failed' | 'cancelled'
Filter by run status
limitinteger
Maximum number of runs to return (default 50, max 250)
cursorstring
Pagination cursor (run ID from previous page). Returns runs created before this run.
Response
List of runs