---
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

---

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