---
title: "Fetch an event"
method: GET
path: "/events/{event_id}"
---

# Fetch an event

`GET /events/{event_id}`

Fetches a project event by its ID.

## Path parameters

- `event_id` string, required

## Response `200`

OK

- Event
  - `code` integer — The numeric code that categorizes the event.
  - `context` object, nullable — Additional contextual attributes for the event.
  - `id` string, required — The unique identifier for the event.
  - `level` string — The severity level assigned to the event.
  - `log` string, nullable — A human-readable log message.
  - `payload` object, nullable — The raw payload delivered by the event source.
  - `timestamp` string, date-time, required — The time at which the event was recorded.
  - `type` string, required — The type of event that occurred.

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
