cURL
curl --request GET \ --url https://api.agentmark.co/v1/annotation-queues/{queueId}/items \ --header 'Authorization: Bearer <token>' \ --header 'X-Agentmark-App-Id: <api-key>'
{ "data": [ { "assigned_to": "<string>", "completed_at": "2023-11-07T05:31:56Z", "completed_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "queue_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "resource_id": "<string>", "resource_type": "trace", "status": "pending" } ], "pagination": { "limit": 1, "offset": 1, "total": 1 } }
Returns every item enqueued for review, in the order they were added.
Application ID for tenant scoping
API key (sk_agentmark_*)
Application ID for tenant scoping.
List of queue items.
Show child attributes