Docs
API Reference
API Reference: Real-Time Status
API Reference: Real-Time Status
The Real-Time Status module provides a sub-millisecond heartbeat of your infrastructure. Powered by our high-availability WebSocket cluster, this endpoint ensures you have total observability over your active pipeline states.
Endpoint
GET /v1/status/live
Request Parameters
Parameter | Type | Required | Description |
|
| Yes | Your unique studio identifier. |
|
| No | Set to |
Response Schema
JSON
Implementation Note
This endpoint is designed for high-frequency consumption. However, if you are building a custom monitoring dashboard, we recommend implementing local memoization (caching the result for ~500ms) to avoid saturating your client-side bandwidth during spikes in workflow activity.