GET /v1/dataQuality/testDefinitions
List Test Definitions
List all test definitions with optional filtering and pagination
GET
GET /v1/dataQuality/testDefinitions
List Test Definitions
List all test definitions with optional filtering and pagination.Query Parameters
Maximum number of results to return (max: 1000000).
Cursor for backward pagination.
Cursor for forward pagination.
Comma-separated list of fields to include:
owners.Include
all, deleted, or non-deleted entities.Filter by test platform (e.g.,
OpenMetadata).Filter by entity type:
TABLE or COLUMN.Filter by supported data type (e.g.,
STRING, INT, DOUBLE).GET /v1/dataQuality/testDefinitions
Returns
Returns a paginated list of test definition objects. Use thefields parameter to request additional data.
Response
Array of test definition objects.
Pagination information.
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to list test definitions |