Annotations
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"
}Changes
Changed in 2 of the 28 revisions of this API.3
- ○
added the optional property
revisionsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
versionto the response with the200statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○