dq-get-check-history
Retrieve the historical status of a specific data quality check over a configurable number of days to track changes and identify trends.
Instructions
Time-series of one check_name's status across the last N days
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| checkName | Yes | Generic schema: exact check_name. us-all schema: 'check_type:target_name' (concat) | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |