Api referenceRoutesClients
Stream client events
Streams lifecycle, runtime, capability, and invocation events for one client as Server-Sent Events. Subscribe before state-changing work when an agent needs correlated live evidence.
Streams lifecycle, runtime, capability, and invocation events for one client as Server-Sent Events. Subscribe before state-changing work when an agent needs correlated live evidence.
Response Body
curl -X GET "https://example.com/clients/{id}/events:stream"Empty
Stop a client process POST
Stops and releases one daemon-managed client process. Use this before replacing or retrying a failed client launch.
List supervisor events GET
Lists recent supervisor lifecycle and diagnostic events retained by the daemon. Use this for bounded status checks before switching to the live stream for ongoing observation.