---
title: "Get Event By Id"
method: GET
path: "/events/{event_id}"
tags: ["events"]
---

# Get Event By Id

`GET /events/{event_id}`

Fetch a single canonical ``Event`` by its ID.

## Path parameters

- `event_id` string, required

## Query parameters

- `user_id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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