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:
| Field | Type | Description |
|---|---|---|
id | string | Annotation ID |
label | string | Annotation label |
occurred_at | string | Annotation date (ISO 8601) |
description | string | Optional longer description |
color | string | Marker color |
created_by | object | Author object with id, name, email |
created_at | string | Creation timestamp (ISO 8601) |