List endpoint events
Lists an endpoint’s audit and lifecycle events newest first. The feed combines endpoint changes with provisioning, scaling, readiness, rollout, and other events from deployments under the endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of events to return. Max 500, defaults to 50.
Cursor from a previous endpoint event list response.
Event types to include, such as deployment.scaled or condition.set. Combined with other filters using AND.
Minimum severity. Omit to disable severity filtering.
LEVEL_DEBUG, LEVEL_INFO, LEVEL_WARN, LEVEL_ERROR Return only events at or after this time.
Return only events strictly before this time.
Deployment IDs whose events should be included. Every ID must belong to the endpoint. Supplying this filter excludes endpoint-scoped events unless SOURCE_KIND_ENDPOINT is also included in sourceKinds.
Resource kinds whose events should be included. Omit to include both endpoint- and deployment-scoped events.
SOURCE_KIND_ENDPOINT, SOURCE_KIND_DEPLOYMENT ID of a subject associated with the event, such as a rollout. Combined with other filters using AND.