Skip to main content
GET
GET /v1/dataQuality/testDefinitions

List Test Definitions

List all test definitions with optional filtering and pagination.

Query Parameters

integer
default:"10"
Maximum number of results to return (max: 1000000).
string
Cursor for backward pagination.
string
Cursor for forward pagination.
string
Comma-separated list of fields to include: owners.
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
string
Filter by test platform (e.g., OpenMetadata).
string
Filter by entity type: TABLE or COLUMN.
string
Filter by supported data type (e.g., STRING, INT, DOUBLE).
GET /v1/dataQuality/testDefinitions

Returns

Returns a paginated list of test definition objects. Use the fields parameter to request additional data.

Response

array
Array of test definition objects.
object
Pagination information.

Error Handling