DCS
Watch machine lifecycle changes in real time with Server-Sent Events
curl -N https://dcs.dedaluslabs.ai/v1/machines/dm-<id>/status/stream \ -H "Authorization: Bearer $DEDALUS_API_KEY" \ -H "Accept: text/event-stream"
event: status data: {"machine_id":"dm-...","status":{"phase":"running",...}}
client.machines.watch()
Was this page helpful?
Suggestions
Contact support