Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.agentmark.co/v1/annotation-queues/{queueId}/items \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Agentmark-App-Id: <api-key>' \ --data ' { "items": [ { "resource_id": "<string>", "resource_type": "trace" } ] } '
{ "data": { "added": 1 } }
Adds one or more traces/spans/sessions to the queue for review. Duplicate (queue_id, resource_id) pairs are ignored silently.
(queue_id, resource_id)
Application ID for tenant scoping
API key (sk_agentmark_*)
1
Show child attributes
Items added (count reports de-duplicated total).