Monitors
Get Monitor Run
GET
/
api
/
v1
/
monitors
/
{id}
/
runs
/
{run_id}
Path Parameters
run_id
integer
requiredThe unique identifier of the run to retrieve.
id
integer
requiredThe unique identifier of the monitor associated with the run.
Response
200 - application/json
error
string
Error message if the run encountered an error.
monitor_id
integer
requiredUnique identifier for the associated monitor.
run_id
integer
requiredUnique identifier for the monitor run result.
started_at
string
Timestamp when the monitor run started.
state
enum<string>
requiredCurrent state of the monitor run result.
Available options:
ok
, alert
, error
, learning
, checking
, created
, skipped
warnings
string[]
requiredList of warning messages generated during the run.