cURL
curl --request GET \ --url https://api.agentmark.co/v1/annotation-queues \ --header 'Authorization: Bearer <token>' \ --header 'X-Agentmark-App-Id: <api-key>'
{ "data": [ { "app_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "description": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "instructions": "<string>", "name": "<string>", "progress": { "completed": 1, "in_progress": 1, "pending": 1, "skipped": 1, "total": 1 }, "reviewers_required": 2, "score_config_names": [ "<string>" ], "status": "active", "updated_at": "2023-11-07T05:31:56Z" } ], "pagination": { "limit": 1, "offset": 1, "total": 1 } }
Returns every annotation queue for the authenticated application, with per-queue progress counters (pending / in_progress / completed / skipped / total).
Application ID for tenant scoping
API key (sk_agentmark_*)
Application ID for tenant scoping.
List of annotation queues with progress.
Show child attributes