List all runs for a task with cursor-based pagination.
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
The task global ID (base64) A universally unique identifier
"RW50aXR5OjEyMzQ1"
Filter by run status: pending, running, completed, failed, cancelled
pending, running, completed, failed, cancelled Maximum items to return
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.