GET
/
api
/
v1
/
monitors
/
{id}
/
runs
/
{run_id}

Path Parameters

run_id
integer
required

The unique identifier of the run to retrieve.

id
integer
required

The 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
required

Unique identifier for the associated monitor.

run_id
integer
required

Unique identifier for the monitor run result.

started_at
string

Timestamp when the monitor run started.

state
enum<string>
required

Current state of the monitor run result.

Available options:
ok,
alert,
error,
learning,
checking,
created,
skipped
warnings
string[]
required

List of warning messages generated during the run.