Skip to main content
Coming soon. This endpoint is not live yet. The contract below is the planned shape and may change. Calling it today returns 404.
Current status snapshot: one row per live sub-test, updated in place. There is no incremental feed (synced_since / deleted_since) on this dataset — re-pull the full list (or filter with test_ids) when you want a refresh. Rows whose parent test is deleted are omitted. Cloud monitors are typically 1:1 with test_id; dbt tests may have multiple sub-tests. The execution id on each row changes when a new run overwrites the row. The stable key is sub_test_unique_id.

Query parameters

Shared pagination: cursor, limit (default 500, max 2000). Filter arrays are any-of within a param, AND across params, max 1000 values each.

Response

List envelope { items, next_cursor, has_more }. Item shape is shared with test execution history.

Example