# API reference — 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 | Required | Description |
| --- | --- | --- | --- | --- |
| cell | path | `string` | yes |  |

Example response (200):

```json
{
 "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"
}
```
