---
title: "Get Event"
method: GET
path: "/events/{id}"
tags: ["Events"]
---

# Get Event

`GET /events/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `withProjection` boolean

## Response `200`

OK

- GetEventResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` Event, required
    - `attributes` EventAttributes, required
      - `attributes` string, byte, required
      - `kind` string, required
      - `occurredAt` string, date-time, required
      - `projection` EventProjection
        - `attributes` EventProjectionAttributes, required
          - `completedAt` string, date-time, required
          - `entities` EventProjectionEntity[], required
            - `entityId` string, required
            - `entityKind` string, required
        - `id` string, required
      - `provider` string, required
      - `providerSource` string, required
      - `providerSubjectRef` string, required
      - `receivedAt` string, date-time, required
      - `subjectKind` string, required
    - `id` string, required

## Other responses

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

## Changes

- **2026-07-23** (v1) `daf788b63356` — 1 breaking, 1 warning, 2 info
  - removed the required property `data/attributes/projections` from the response with the `200` status
  - deleted the `query` request parameter `withProjections`
  - added the new optional `query` request parameter `withProjection`
  - added the optional property `data/attributes/projection` to the response with the `200` status
- **2026-07-13** (v1) `20b68d4c1a5d` — 2 breaking
  - the `data/attributes/attributes` response property contentEncoding changed from `` to `base64` for the status `200`
  - the `data/attributes/attributes` response's property type/format changed from `object`/`` to `string`/`` for status `200`
- **2026-07-03** (v1) `56dc20e458b2` — 3 breaking, 2 warning, 9 info
  - removed the required property `data/attributes/description` from the response with the `200` status
  - removed the required property `data/attributes/timestamp` from the response with the `200` status
  - removed the required property `data/attributes/title` from the response with the `200` status
  - removed the optional property `data/attributes/alert_id` from the response with the `200` status
  - …10 more
- …earlier changes not shown

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