Skip to main content
GET
List annotation queue records

Authorizations

Authorization
string
header
required

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

annotation_queue_id
string
required

The unique annotation queue identifier (base64) A universally unique identifier (base64-encoded opaque string).

Example:

"RW50aXR5OjEyMzQ1"

Query Parameters

cursor
string

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.

limit
integer
default:50

Maximum items to return

Required range: 1 <= x <= 500

Response

Returns a list of annotation queue record objects

records
object[]
required

A list of annotation queue records

pagination
object
required

Pagination metadata for cursor-based navigation