GET
/
api
/
v1
/
monitors
/
{id}

Path Parameters

id
integer
required

The unique identifier of the monitor.

Response

200 - application/json
created_at
string
required

Timestamp when the monitor was created.

enabled
boolean
required

Indicates whether the monitor is enabled.

id
integer
required

Unique identifier for the monitor.

last_run
string

Timestamp of the last monitor run.

last_triggered
string

Timestamp when the monitor was last triggered.

modified_at
string
required

Timestamp when the monitor was last modified.

monitor_type
enum<string>
required

Type of the monitor.

Available options:
datadiff,
sql,
sql_rule,
quality,
schema_change
name
string
required

Name of the monitor.

state
enum<string>

Current state of the monitor run.

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

Tags associated with the monitor.