Documentation Index
Fetch the complete documentation index at: https://docs.orgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Returns the current streaming status.
Path parameters
Response
Stream status: idle, streaming, or terminated.
ISO 8601 timestamp when stream started (only if streaming).
Stream process ID (only if streaming).
Example
curl https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/stream/status \
-H "Authorization: Bearer $ORGO_API_KEY"
When streaming
{
"status": "streaming",
"start_time": "2024-01-20T10:30:00Z",
"pid": 12345
}
When idle
API key authentication. Get your key at orgo.ai/workspaces
Available options:
idle,
streaming,
terminated