v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBAnnotations
Get Annotation
Get a single annotation by ID.
get/v1/annotations/{annotation_id}
Path parameters
annotation_idstring required
Response
Successful Response
Example response
{
"actor_id": "user_eric",
"actor_type": "user",
"annotation_id": "ann_abc123def4567890",
"collection_id": "col_notes",
"confidence": 0.95,
"document_id": "doc_xyz",
"label": "approved",
"namespace_id": "ns_vitae",
"payload": {
"codes_approved": [
"E11.40",
"E11.65"
],
"raf_impact": 0.42
},
"reasoning": "Note clearly documents peripheral neuropathy.",
"retriever_id": "ret_hcc_review"
}