Monitors
Integrate monitoring and alerting into orchestration, CI/CD, and observability workflows so teams can react faster and automate responses to data issues.
Body
querystring · nullableOptional
Search term to match against name (substring match, case insensitive)
childrenbooleanOptionalDefault:
If false, only return monitors directly associated with asset. Otherwise, return all monitors associated with asset and its children. This field is ignored if the asset is not present
falsemonitor_modestring · enum · nullableOptionalPossible values:
Filter monitors by mode
test_typestring · enum · nullableOptionalPossible values:
Filter monitors by the type of monitor
pageinteger · min: 1OptionalDefault:
1page_sizeinteger · min: 1 · max: 100OptionalDefault:
10Responses
200
Successful Response
application/json
422
Validation Error
application/json
post/monitors/search
Query parameters
monitor_idinteger · min: 1Required
Unique identifier of the monitor
Responses
200
Successful Response
application/json
created_atstring · date-timeRequired
idintegerRequired
namestring · nullableRequired
descriptionstring · nullableRequired
modestring · enumRequiredPossible values:
incident_typestring · enumRequiredPossible values:
incident_levelstring · enumRequiredPossible values:
test_typestring · enumRequiredPossible values:
notifybooleanRequired
enabledbooleanRequired
is_group_bybooleanRequired
dimensionstring · enum · nullableRequiredPossible values:
last_runstring · date-time · nullableRequired
last_run_statusstring · enum · nullableRequiredPossible values:
row_creationany of · nullableRequired
or
or
frequencyany of · nullableRequired
or
or
or
lookback_periodinteger · nullableRequired
groupsstring[] · nullableRequired
custom_sqlstring · nullableRequired
total_row_count_querystring · nullableRequired
thresholdone of · nullableRequired
or
or
or
or
valuestring · nullableRequired
422
Validation Error
application/json
get/monitors
Query parameters
monitor_idinteger · min: 1Required
Unique identifier of the monitor
pageinteger · min: 1OptionalDefault:
1page_sizeinteger · min: 10 · max: 1000OptionalDefault:
10Responses
200
Successful Response
application/json
422
Validation Error
application/json
get/monitors/history
Last updated