List annotation queue records
Annotation Queues
List annotation queue records
List the records in an annotation queue with their data and annotations.
Each record includes:
- The record’s data as flat key-value pairs
- Any annotations that have been added to the record
- The users assigned to annotate the record and their completion status
Pagination:
- Response includes
paginationwithhas_moreandnext_cursor. - Use cursor-based pagination by passing the returned
next_cursorvalue as thecursorquery parameter in subsequent requests.
This endpoint is in beta, read more here.
GET
List annotation queue records
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 annotation queue identifier (base64) A universally unique identifier (base64-encoded opaque string).
Example:
"RW50aXR5OjEyMzQ1"
Query Parameters
Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.
Maximum items to return
Required range:
1 <= x <= 500