List recent K8s Events for a SandboxEnv and its member SandboxPools, newest first.
Returns the K8s Events emitted against the named SandboxEnv and every member SandboxPool the Env owns in the caller's namespace, merged and sorted descending by lastTimestamp. Used by the dashboard to render an activity timeline (scaling decisions, phase transitions, autoscaler actions). Reads come straight from the apiserver — no Prometheus round-trip — so the latest event is visible as soon as the controllers emit it.
Returns the K8s Events emitted against the named SandboxEnv and every member SandboxPool the Env owns in the caller's namespace, merged and sorted descending by lastTimestamp. Used by the dashboard to render an activity timeline (scaling decisions, phase transitions, autoscaler actions). Reads come straight from the apiserver — no Prometheus round-trip — so the latest event is visible as soon as the controllers emit it.
Authorization
ApiKeyAuth In: header
Path Parameters
Query Parameters
Maximum number of events to return.
1001 <= value <= 500Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://envs/string/events"{ "items": [ { "involvedKind": "string", "involvedName": "string", "reason": "string", "action": "string", "message": "string", "type": "string", "count": 0, "firstTimestamp": "2019-08-24T14:15:22Z", "lastTimestamp": "2019-08-24T14:15:22Z" } ], "total": 0}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}