---
title: "Get stream state"
method: GET
path: "/streams/{stream_id}"
---

# Get stream state

`GET /streams/{stream_id}`

## Path parameters

- `stream_id` string, required

## Response `200`

success

- StreamState — The state of a Ceramic stream as defined by the stream type aggregation and conflict resolution rules.
  - `id` string, required — Multibase encoding of the stream id
  - `event_cid` string, required — CID of the event that produced this state
  - `controller` string, required — Controller of the stream
  - `dimensions` object, required — Dimensions of the stream, each value is multibase encoded.
  - `data` string, required — Multibase encoding of the data of the stream. Content is stream type specific.

## Other responses

- `400` — bad request
- `404` — Stream 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/revisions/f6dfb5c90009/schema)
