Monitors
Get Monitor
GET
/
api
/
v1
/
monitors
/
{id}
Path Parameters
id
integer
requiredThe unique identifier of the monitor.
Response
200 - application/json
created_at
string
requiredTimestamp when the monitor was created.
enabled
boolean
requiredIndicates whether the monitor is enabled.
id
integer
requiredUnique 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
requiredTimestamp when the monitor was last modified.
monitor_type
enum<string>
requiredType of the monitor.
Available options:
datadiff
, sql
, sql_rule
, quality
, schema_change
name
string
requiredName 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.