list-test-cases
List data quality test cases with filtering by entity link, test suite, pagination, and field projection to view specific metadata.
Instructions
List data quality test cases with filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to include | |
| limit | No | Number of results per page | |
| before | No | Cursor for backward pagination | |
| after | No | Cursor for forward pagination | |
| entityLink | No | Filter by entity link (e.g. '<#E::table::service.db.schema.table>') | |
| testSuiteId | No | Filter by test suite UUID | |
| include | No | Include deleted entities | non-deleted |
| 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. |