v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
real_time

Fetch the state of a real-time stream

This operation shows the current state of a real-time stream.

get/real_time/{id}/state

Path parameters

idstring required

The unique alphanumeric string that identifies the real-time stream.

Response

Success

Example response

{
  "real_time": {
    "state": "stopped"
  }
}