Skip to main content
GET
Core - List annotation queues

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer<int32>

Optional. Number of annotation queues 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.

Optional. Case-insensitive substring match on the annotation queue display name.

updated_by
string

Optional. Comma-separated account IDs; returns queues last updated by any of them.

Response

200 - application/json

OK

object
string
required

Object discriminator for list responses; always list.

data
object[]
required

Page of annotation queues.

has_more
boolean
required

Whether more annotation queues are available in the selected pagination direction.