axiom.getAnnotation retrieves one annotation by ID. The result includes its datasets, type, time range, title, description, and URL.
automations/axiom-get-annotation.automation.ts
Input
annotationId is required and must identify an annotation visible to the connected token.
Output
Returns the annotation’sid, datasets, type, and time, plus endTime, title, description, and url when present.
Permission and failures
The API token needs the organization-levelannotations|read capability. Axiom returns an error when the annotation does not exist or the token cannot access it.