List dataset examples
List examples for a given dataset and version.
If version is not passed, the latest version is selected. Examples are sorted by insertion order.
Human annotations: returned in the structured annotations array on
each example. Each entry includes name, optional label / score /
text / updated_at, and an annotator (id + email) for per-user
annotations.
Pagination:
- Response includes
paginationfor forward compatibility. - Currently not implemented:
pagination.next_cursoris omitted - When pagination is enabled in the future, the behavior will match other list endpoints (cursor-based, opaque tokens).
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 dataset identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Query Parameters
The unique identifier of the dataset version A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Maximum items to return
1 <= x <= 500