List runs
Lists agent runs for the authenticated organization. Supports filtering by agent, status, and cursor-based pagination.
GET
Authorizations
API key starting with sk_case_
Query Parameters
Filter by agent ID
Filter by run status
Available options:
queued, running, completed, failed, cancelled Maximum number of runs to return (default 50, max 250)
Required range:
1 <= x <= 250Pagination cursor (run ID from previous page). Returns runs created before this run.
Previous
Create runCreates a run in queued state. Call POST /agent/v1/run/:id/exec to start execution.
Next

