---
title: "Get event data"
method: GET
path: "/events/{event_id}"
---

# Get event data

`GET /events/{event_id}`

## Path parameters

- `event_id` string, required

## Response `200`

success

- Event — A Ceramic event as part of a Ceramic Stream. Contains both the root CID used to identify the Event as well as the Event payload data.
  - `id` string, required — Multibase encoding of event root CID bytes.
  - `data` string — Multibase encoding of event data.

## Other responses

- `400` — bad request
- `404` — Event not found
- `500` — Internal server error

## Changes

- **2024-07-31** `3a364da525ce` — 1 breaking
  - the response property `data` became optional for the status `200`
- **2024-06-24** `446f208c818c` — 1 info
  - the response property `data` became required for the status `200`

[Change history](https://skmtc.dev/ceramicnetwork/apis/ceramic-api/changes/events/:event_id/get.md)

---

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