Api referenceRoutesEvents

List supervisor events

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.

GET
/events

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.

Response Body

application/json

curl -X GET "https://example.com/events"
[  {    "type": "string",    "client": "string",    "message": "string",    "time": "string"  }]