Events

Cedana API for events

List events

get

Returns events within the specified time window, optionally filtered by operation or resource type. The metadata field contains structured information about the event that can be used for filtering and display.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
timeinteger · int32Optional

Time window in seconds (default: 3600 = 1 hour)

operationstring | nullOptional

Filter by operation (e.g., "checkpoint", "restore")

resource_typestring | nullOptional

Filter by resource type (e.g., "pod", "action", "checkpoint")

Responses
200

Returns list of events

application/json
get
/v2/events

Last updated

Was this helpful?