---
title: "List Events"
method: GET
path: "/events"
tags: ["Events"]
---

# List Events

`GET /events`

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `archived` boolean
- `from` string, date-time
- `to` string, date-time
- `withProjections` boolean

## Response `200`

OK

- ListEventsResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` Event[], required
    - `attributes` EventAttributes, required
      - `attributes` object, required
      - `kind` string, required
      - `occurredAt` string, date-time, required
      - `projections` EventProjection[], required
        - `attributes` EventProjectionAttributes, required
          - `entities` EventProjectionEntity[], required
            - `entityId` string, required
            - `entityKind` string, required
          - `error` string
          - `projector` string, required
          - `startedAt` string, date-time, required
          - `status` 'pending' | 'succeeded' | 'failed', required
        - `id` string, required
      - `provider` string, required
      - `providerSource` string, required
      - `providerSubjectRef` string, required
      - `receivedAt` string, date-time, required
      - `subjectKind` 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-07-03** (v1) `56dc20e458b2` — 3 breaking, 2 warning, 9 info
  - removed the required property `data/items/attributes/description` from the response with the `200` status
  - removed the required property `data/items/attributes/timestamp` from the response with the `200` status
  - removed the required property `data/items/attributes/title` from the response with the `200` status
  - removed the optional property `data/items/attributes/alert_id` from the response with the `200` status
  - …10 more
- **2026-06-24** (v1) `eb0846e58abc` — 8 breaking, 1 warning, 5 info
  - removed the required property `data/items/attributes/attributes` from the response with the `200` status
  - removed the required property `data/items/attributes/occurredAt` from the response with the `200` status
  - removed the required property `data/items/attributes/projections` from the response with the `200` status
  - removed the required property `data/items/attributes/provider` from the response with the `200` status
  - …10 more

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/events/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/56dc20e458b2/schema)
