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"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.