Description
Check the current streaming status of a computer. This endpoint allows you to verify if a stream is active, when it started, and get the process information.Usage Example
Response Format
When Streaming
When Idle
When Terminated
Status Values
idle
- No active streamstreaming
- Stream is currently activeterminated
- Stream process ended unexpectedly
Common Use Cases
- Monitoring stream health
- Verifying stream started successfully
- Detecting unexpected stream termination
- Building stream status dashboards
Authorizations
API key authentication using Bearer token
Path Parameters
Computer/Project name (e.g., computer-abc123)
Response
Stream status retrieved successfully
Current stream status
Available options:
idle
, streaming
, terminated
ISO timestamp when stream started (only present when streaming)
Process ID of ffmpeg (only present when streaming)
Additional status message (only present for terminated status)