---
title: "List timeline annotations"
method: GET
path: "/annotations"
tags: ["Annotations"]
---

# List timeline annotations

`GET /annotations`

Lists project timeline annotations, newest first. Rows can come from manual notes, project automations, GEO tests, or platform events. The origin field distinguishes them; editable says whether the requesting user may modify the row.

## Query parameters

- `project_id` integer, required
- `from` string, date
- `to` string, date
- `annotation_category_id` integer
- `page` integer
- `per_page` integer

## Response `200`

Paginated annotations

## Other responses

- `403` — Access forbidden

---

[API](https://skmtc.dev/llmpulse/apis/llm-pulse-api.md) · [All operations](https://skmtc.dev/llmpulse/apis/llm-pulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llmpulse/llm-pulse-api/revisions/b1f6040a24b9/schema)
