List task runs
Returns a paginated list of task runs. Supports filtering by agent, credential, source, task, workflow, status, result, and date range.
Query parameters
Maximum number of items to return (1-100, default 20)
Cursor from a previous response for pagination.
Filter by status: queued, running, canceling, interaction_required, review_required, completed, canceled, failed
Filter by source ID
Filter by run result: success, failure, unknown. Maps to the result field on the task run object.
Unique identifier for the agent (prefixed with agt_).
Unique identifier for the credential (prefixed with cred_).
Unique identifier for the task (prefixed with task_).
Filter by workflow ID.
Filter to runs created by this trigger. Prefixed with trg_.
Return runs created after this timestamp (ISO 8601).
Return runs created before this timestamp (ISO 8601).
Free-text search matching task name, task ID, or task run ID.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.