Skip to content

Last 10 chaos experiment runs

GET
/api/v1/monitoring/chaos/history

Returns the most recent chaos experiment history entries from the weekly ChaosScheduler cadence, including verification status and any kill switch activations.

Authorizations

Responses

200

Successful Response

Array<object>

A single chaos experiment history entry.

object
completed_at
Any of:
string
error
Any of:
string
experiment_name
required
string
killed
boolean
started_at
required
string
verification_details
Any of:
string
verified
boolean