Retrieve checks

Retrieve data quality checks across all monitors with filtering and pagination support. Returns both table-level and column-level checks with their full configuration, parent table and monitor references, and timestamps. Checks are returned in descending order of last update time by default.

Query Params
string

Comma-separated list of check IDs (metric_unique_identifier) to retrieve specific checks.

string

Comma-separated list of monitor IDs. Returns only checks belonging to the specified monitors.

string

Comma-separated list of table IDs. Returns only checks associated with the specified tables.

string

Comma-separated list of data source IDs. Returns only checks for tables within the specified data sources.

string
enum

Filter checks by data quality dimension.

Allowed:
string
enum

Filter by check scope - table-level or column-level checks.

Allowed:
string

Filter by metric name (e.g., row_count, missing_count, duplicate_count, avg, min, max, sql).

boolean

Filter by enabled status. When true, returns only active checks; when false, returns only disabled checks.

string

Search checks by description text (case-insensitive, partial match).

date-time

Filter checks created on or after this timestamp (inclusive, ISO 8601).

date-time

Filter checks created before this timestamp (exclusive, ISO 8601).

date-time

Filter checks last updated on or after this timestamp (inclusive, ISO 8601).

date-time

Filter checks last updated before this timestamp (exclusive, ISO 8601).

integer
1 to 1000
Defaults to 100

Maximum number of checks to return per page.

integer
≥ 0
Defaults to 0

Number of checks to skip for pagination.

Responses

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