get_eda_findings
Fetch filtered, paginated EDA findings from a prior run to review data quality issues by severity, category, or column.
Instructions
Fetch a filtered, paginated view of findings from a prior run_eda artifact.
Filters compose with AND. severity ∈ {critical, warn, info}. Use offset/limit
to page through. Cheap — reads cached JSON, no recomputation.
Output size: scales with limit; default ~5–50KB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| column | No | ||
| offset | No | ||
| run_id | Yes | ||
| category | No | ||
| severity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||