---
title: "List Event Annotations"
method: GET
path: "/event_annotations"
tags: ["Event Annotations"]
---

# List Event Annotations

`GET /event_annotations`

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `archived` boolean
- `from` string, date-time
- `to` string, date-time
- `userIds` string
- `shiftIds` string
- `withEvents` boolean

## Response `200`

OK

- ListEventAnnotationsResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` EventAnnotation[], required
    - `attributes` EventAnnotationAttributes, required
      - `creator` ExpandableUserAttributes, required
        - `attributes` UserAttributes
          - `email` string, required
          - `name` string, required
        - `id` string, required
      - `event` ExpandableEventAttributes, required
        - `attributes` EventAttributes
          - `alert_id` string
          - `description` string, required
          - `kind` string, required
          - `roster_id` string
          - `timestamp` string, date-time, required
          - `title` string, required
        - `id` string, required
      - `minutesOccupied` integer, required
      - `notes` string, required
      - `tags` string[], required
    - `id` string, required
  - `pagination` ResponsePagination, required
    - `next` string
    - `previous` string
    - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-06-24** (v1) `eb0846e58abc` — 8 breaking, 5 info
  - removed the required property `data/items/attributes/event/attributes/attributes` from the response with the `200` status
  - removed the required property `data/items/attributes/event/attributes/occurredAt` from the response with the `200` status
  - removed the required property `data/items/attributes/event/attributes/projections` from the response with the `200` status
  - removed the required property `data/items/attributes/event/attributes/provider` from the response with the `200` status
  - …9 more

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/event_annotations/get.md)

---

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