Events
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
timeinteger · int32Optional
Time window in seconds (default: 3600 = 1 hour)
operationstring · nullableOptional
Filter by operation (e.g., "checkpoint", "restore")
resource_typestring · nullableOptional
Filter by resource type (e.g., "pod", "action", "checkpoint")
Responses
200
Returns list of events
application/json
500
Failed to fetch events from database
application/json
get
/v2/eventsLast updated
Was this helpful?