Skip to main content
GET
Core - List items in a queue

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

annotation_queue_id
string
required

Query Parameters

limit
integer<int32>

Optional. Number of items to return. Defaults to 10 and must be between 1 and 200.

starting_after
string

Cursor for forward pagination. Set to the _id of the last item from the previous page.

ending_before
string

Cursor for backward pagination. Set to the _id of the first item from the previous page.

Response

200 - application/json

OK

object
string
required

Object discriminator for list responses; always list.

data
object[]
required

Page of annotation queue items.

has_more
boolean
required

Whether more items are available in the selected pagination direction.