Api referenceRoutesClients

List client events

Lists recent lifecycle, runtime, capability, and invocation events for one client. Use this for bounded evidence about attach, connect, discovery, or action outcomes.

GET
/clients/{id}/events

Lists recent lifecycle, runtime, capability, and invocation events for one client. Use this for bounded evidence about attach, connect, discovery, or action outcomes.

Response Body

application/json

application/json

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