List Annotation Queues

Retrieves all annotation queues in your project with statistics and pagination support. Each queue includes completion metrics, item counts, and assignment breakdowns.

Filter results by queue type (TRACE, SPAN, THREAD, GOLDEN, TEST_RUN) or search by name. Queues are returned in descending order by creation date.

Headers

CONFIDENT_API_KEYstringRequired
The API key of your Confident AI project.

Query parameters

pageintegerOptional>=1
This specifies the page number of the annotation queues to return. Defaulted to 1.
pageSizeintegerOptional>=1
This specifies the maximum number of annotation queues per page. Defaulted to 25.
startstringOptionalformat: "date-time"
This filters for annotation queues created after the specified start datetime. Defaulted to 30 days ago.
endstringOptionalformat: "date-time"
This filters for annotation queues created before the specified end datetime. Defaulted to the current time.
sortByenumOptional

This determines the field to sort by. Defaulted to createdAt.

Allowed values:
ascendingbooleanOptional

This determines if the field specified in sortBy should be in ascending order. Defaults to false.

typeenumOptional
Filter by queue type
Allowed values:
searchTermstringOptional
Search queues by name

Response

Successfully retrieved list of annotation queues
successboolean
Indicates if the request was successful.
dataobject