---
title: "List System Annotations"
method: GET
path: "/api/analytics/v1/manage/annotation/system/"
tags: ["Analytics"]
---

# List System Annotations

`GET /api/analytics/v1/manage/annotation/system/`

Returns system annotations for the organization. Query parameter `website_id` is required: it selects the website for access-control (`view` permission) and filters results to annotations for that website plus annotations not scoped to a single website.
Please note that each request must be authenticated.

## Query parameters

- `website_id` string, uuid, required
- `date_from` string[]
- `date_to` string[]
- `limit` integer
- `offset` integer

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden (e.g. missing `website_id`, or caller lacks `view` on the requested website — permission resolution uses `website_id`).

---

[API](https://skmtc.net/piwik/apis/web-api.md) · [All operations](https://skmtc.net/piwik/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piwik/web-api/revisions/f63416a36168/schema)
