Annotation endpoints
Retrieve annotation
Get annotation by ID
GET
/
annotations
/
{id}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique ID of the annotation
Response
200 - application/json
array<string> of dataset names for which the annotation appears on charts
Time the annotation marks on the charts. If you don't include this field, Axiom assigns the time of the API request to the annotation.
Type of the event marked by the annotation. Use only alphanumeric characters or hyphens. For example, "production-deployment".
Maximum length:
256
Explanation of the event the annotation marks on the charts
Maximum length:
512
End time of the annotation
Summary of the annotation that appears on the charts
Maximum length:
256
URL relevant for the event marked by the annotation. For example, link to GitHub pull request.
Maximum length:
512
Was this page helpful?