v1

latestOpenAPI 3.0.0MIT2026-07-17301524.5 KB

Get stream state

get/streams/{stream_id}

Path parameters

stream_idstring required

Multibase encoded stream ID

Response

success

idstring required

Multibase encoding of the stream id

event_cidstring required

CID of the event that produced this state

controllerstring required

Controller of the stream

dimensionsobject required

Dimensions of the stream, each value is multibase encoded.

datastring required

Multibase encoding of the data of the stream. Content is stream type specific.

Example response

{
  "controller": "controller",
  "data": "data",
  "id": "id",
  "event_cid": "event_cid",
  "dimensions": "{}"
}