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
queueId
The ID of the queue.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Query parameters
limit
Maximum number of items to return (default 50)
offset
Number of items to skip (default 0)
completed
Filter by completion status (true for completed, false for pending). Omit to return all items.
Response
Successfully retrieved list of queue items
success
Indicates if the request was successful.
data