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