v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
live_streams

Fetch the state of a live stream

This operation shows the current state of a live stream.

get/live_streams/{id}/state

Path parameters

idstring required

The unique alphanumeric string that identifies the live stream.

Response

Success

Example response

{
  "live_stream": {
    "ip_address": "0.0.0.0",
    "state": "stopped"
  }
}