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

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key <api-key>'

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
monitor_id
integer
required

Unique identifier for the associated monitor.

run_id
integer
required

Unique identifier for the monitor run result.

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.

error
string | null

Error message if the run encountered an error.

started_at
string | null

Timestamp when the monitor run started.