List task runs
Tasks
List task runs
List all runs for a task with cursor-based pagination.
GET
List task runs
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique task identifier (base64) A universally unique identifier (base64-encoded opaque string).
Example:
"RW50aXR5OjEyMzQ1"
Query Parameters
Filter by run status: pending, running, completed, failed, cancelled Status of a task run.
- pending - The run has been created but not yet started.
- running - The run is currently in progress.
- completed - The run finished successfully.
- failed - The run encountered an error and stopped.
- cancelled - The run was cancelled before completion.
Available options:
pending, running, completed, failed, cancelled Maximum items to return
Required range:
1 <= x <= 100Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.