List experiment runs
List runs for a given experiment.
The runs are returned in a stable insertion order.
Human annotations: returned in the structured annotations array on
each run. Each entry includes name, optional label / score /
text / updated_at, and an annotator (id + email) for per-user
annotations.
Pagination:
- Response includes
paginationwithhas_moreandnext_cursor. - Use cursor-based pagination by passing the returned
next_cursorvalue as thecursorquery parameter in subsequent requests.
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 experiment identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Query Parameters
Maximum items to return
1 <= x <= 500Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.