Events
Cedana API for events
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
500
Failed to fetch events from database
text/plain
get
/v2/eventsLast updated
Was this helpful?