Streams
Live cell observability: WebRTC and MJPEG stream descriptors.
GET /v1/streams/{cell}
Get a cell stream descriptor
WebRTC and MJPEG endpoints plus a short-lived viewer token for a live cell.
| Parameter | In | Type | Description |
|---|---|---|---|
cell * | path | string |
Example response (200)
{
"object": "stream",
"cell": "cell-g1-04",
"webrtc": "wss://streams.roborama.com/cells/cell-g1-04/webrtc",
"mjpeg": "https://streams.roborama.com/cells/cell-g1-04/mjpeg",
"viewer_token": "vt_7Kq2mHentXw4",
"expires": "2026-09-01T20:00:00Z"
}