v5
latestOpenAPI 3.1.02026-08-081,0211,3082.1 MBDBT_HEALTH_CHECKS
List Health Checks
Get a list of DBT health check runs with pagination.
Args: integration_id: Optional filter by integration ID environment_id: Optional filter by environment ID start_date: Optional filter by start date (inclusive) end_date: Optional filter by end date (inclusive) name: Optional filter by insight name (matches model or project insights) limit: Maximum number of results to return (1-1000, default 100) offset: Number of results to skip (default 0)
Returns: Paginated list of health check runs with insights
get/dbt/health-checks
Query parameters
integration_idinteger nullable
environment_idinteger nullable
start_datestring date-time nullable
end_datestring date-time nullable
namestring nullable
limitinteger
offsetinteger
Response
Successful Response