Typescript (SDK)
TaskRuns
List task runs
Returns a list of task run records for the current account, ordered by most recent first. Supports filtering by status and ai_task_id.
GET
Typescript (SDK)
Authorizations
API key in the format: Bearer {api_token}
Query Parameters
Filter by run status
Available options:
pending, running, completed, failed, needs_input Filter by the parent task's prefixed ID
Cursor for pagination — the ID of the last item in the previous page
Items per page
Required range:
1 <= x <= 100
