Get agents stream
Similarly to the /api/v1/agents
, this endpoint gives you the list of all agents but in a form of a stream of server sent events (SSE).
It sends a new event every time something changes in an agent (for example, when the number of busy slots is changed or there is a new issue, etc.).
Endpoint
Method: GET
Path: /api/v1/agents/stream
Response
Each event is a JSON object, like this one: