List all annotations
Get annotations
Parameters #
| Property | Type | Location | Description |
|---|---|---|---|
datasets | string[] | query | Optional: Filter for dataset names. |
start | string | query | Optional: Filter for events after this date. Use RFC3339 time format. |
end | string | query | Optional: Filter for events before this date. Use RFC3339 time format. |
Request #
curl -X GET 'https://api.axiom.co/v2/annotations' \
-H 'Authorization: Bearer API_TOKEN'Try itRun this request against your Axiom organization
Credentials stay in this browser tab and are only sent to Axiom when you run the request.
Response #
200Annotation| Property | Type | Description |
|---|---|---|
datasets | string[]Required | array<string> of dataset names for which the annotation appears on charts |
description | string | Explanation of the event the annotation marks on the charts |
endTime | string<date-time> | End time of the annotation |
id | stringRequired | |
time | string<date-time>Required | 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. |
title | string | Summary of the annotation that appears on the charts |
type | stringRequired | Type of the event marked by the annotation. Use only alphanumeric characters or hyphens. For example, "production-deployment". |
url | string | URL relevant for the event marked by the annotation. For example, link to GitHub pull request. |