List Queue Items

Retrieves all items in an annotation queue with pagination and optional filtering by completion status.

Use the completed query parameter to filter for pending items (false) or completed items (true). Omit this parameter to retrieve all items regardless of completion status. Items are returned in ascending order by the time they were added to the queue.

Path parameters

queueIdstringRequired
The ID of the queue.

Headers

CONFIDENT_API_KEYstringRequired
The API key of your Confident AI project.

Query parameters

limitstringOptional

Maximum number of items to return (default 50)

offsetstringOptional

Number of items to skip (default 0)

completedstringOptional

Filter by completion status (true for completed, false for pending). Omit to return all items.

Response

Successfully retrieved list of queue items
successboolean
Indicates if the request was successful.
dataobject