Retrieve monitors

Retrieve data quality monitors with filtering and pagination support. Returns monitor configurations, monitored assets, applied checks, schedules, and current health status. Use filters to narrow results by monitor IDs, priority, associated tables, schemas, or data sources. When no filters are specified, all monitors accessible to the caller are returned.

Query Params
string

Comma-separated list of monitor IDs to retrieve specific monitors.

string
enum

Filter monitors by business priority level.

Allowed:
string

Comma-separated list of table IDs. Returns only monitors that include the specified tables.

string

Comma-separated list of schema IDs. Returns only monitors that include tables within the specified schemas.

string

Comma-separated list of data source IDs. Returns only monitors that include tables within the specified data sources.

string
enum
Defaults to false

When set to "true", includes service_account_bindings in the response for each monitor. This triggers additional per-monitor calls to resolve SA bindings, so it adds latency proportional to the number of monitors returned. Default is false (SA bindings omitted).

Allowed:
integer
1 to 500
Defaults to 100

Maximum number of monitors to return per page.

integer
≥ 0
Defaults to 0

Number of monitors to skip for pagination.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json