Orq MCP is live: Use natural language to interrogate traces, spot regressions, and experiment your way to optimal AI configurations. Available in Claude Desktop, Claude Code, Cursor, and more. Start now →
cURL
curl --request POST \ --url https://api.orq.ai/v2/annotation-queues/query \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "filters": { "operator": "and", "search": "<string>", "filters": [] }, "limit": 50, "page": 1 } '
{ "queues": [ { "_id": "<string>", "display_name": "<string>", "description": "<string>", "workspace_id": "<string>", "human_review_ids": [ "<string>" ], "metadata": { "items_count": 123 }, "created_by_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updated_by_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "project_id": "<string>", "created": "2026-03-19T13:03:29.125Z", "updated": "2026-03-19T13:03:29.127Z" } ], "overall_total": 123 }
Retrieves a paginated list of annotation queues for the current workspace. Results can be paginated using cursor-based pagination.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter query to filter the list
Show child attributes
The number of annotation queues to return
1 <= x <= 200
The page number to return
x >= 1
Annotation queues Retrieved Successfully
Was this page helpful?
Contact support