List Annotations

Get all annotations for a site.

List Annotations

Returns all annotations for a site, ordered by date. Annotations are markers on the analytics timeline (e.g. deployments, marketing launches).

Endpoint

GET /api/v1/organizations/:orgId/sites/:siteId/annotations

Response fields

Returns an array of annotation entries:

FieldTypeDescription
idstringAnnotation ID
labelstringAnnotation label
occurred_atstringAnnotation date (ISO 8601)
descriptionstringOptional longer description
colorstringMarker color
created_byobjectAuthor object with id, name, email
created_atstringCreation timestamp (ISO 8601)