v4

latestOpenAPI 3.1.0MIT2026-08-04193459793.6 KB
EndpointService

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.

get/projects/{projectId}/endpoints/{id}/events

Path parameters

projectIdstring required

Project identifier.

idstring required

Endpoint identifier.

Query parameters

limitinteger

Maximum number of events to return. Max 10000, defaults to 50.

afterstring

Cursor from a previous endpoint event list response.

typesstring[]

Event types to include, such as deployment.scaled or condition.set. Combined with other filters using AND.

minLevel'LEVEL_DEBUG' | 'LEVEL_INFO' | 'LEVEL_WARN' | 'LEVEL_ERROR'

Minimum severity. Omit to disable severity filtering.

sincestring date-time

Return only events at or after this time.

untilstring date-time

Return only events strictly before this time.

deploymentIdsstring[]

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.

sourceKindsstring[]

Resource kinds whose events should be included. Omit to include both endpoint- and deployment-scoped events.

subjectIdstring

ID of a subject associated with the event, such as a rollout. Combined with other filters using AND.

Response

OK

next_cursorstring

Cursor for the next page. Null if there are no more results.

object'list' required

Object type. Always list.