v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
LLM Observability

Get annotated queue interactions

Retrieve all interactions (traces and sessions) and their annotations for a given annotation queue.

get/api/v2/llm-obs/v1/annotation-queues/{queue_id}/annotated-interactions

Path parameters

queue_idstring required

The ID of the LLM Observability annotation queue.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "annotated_interactions": [
        {
          "annotations": [],
          "content_id": "trace-abc-123",
          "id": "interaction-456",
          "type": "trace"
        }
      ]
    },
    "id": "00000000-0000-0000-0000-000000000001",
    "type": "annotated_interactions"
  }
}