List evaluator versions
List all versions of an evaluator with cursor-based pagination.
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 evaluator identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Query Parameters
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.
Response
Returns a list of evaluator version objects
A list of evaluator versions
A versioned snapshot of an evaluator's configuration. Exactly one of
template_config or code_config is present. The type field discriminates
the branch and matches the parent evaluator's type.
- Option 1
- Option 2
Pagination metadata for cursor-based navigation