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_KEY
The API key of your Confident AI project.
Query parameters
page
This specifies the page number of the annotation queues to return. Defaulted to 1.
pageSize
This specifies the maximum number of annotation queues per page. Defaulted to 25.
start
This filters for annotation queues created after the specified start datetime. Defaulted to 30 days ago.
end
This filters for annotation queues created before the specified end datetime. Defaulted to the current time.
sortBy
This determines the field to sort by. Defaulted to createdAt.
Allowed values:
ascending
This determines if the field specified in sortBy should be in ascending order. Defaults to false.
type
Filter by queue type
Allowed values:
searchTerm
Search queues by name
Response
Successfully retrieved list of annotation queues
success
Indicates if the request was successful.
data