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

List Test Cases

List all test cases with optional filtering and pagination.

Query Parameters

limit
integer
default:"10"
Maximum number of results to return (max: 1000000).
before
string
Cursor for backward pagination.
after
string
Cursor for forward pagination.
fields
string
Comma-separated list of fields to include: owners, testSuite, testDefinition, testCaseResult.
include
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
testSuiteId
string
Filter by test suite UUID.
Filter by entity link (URL-encoded). Returns test cases for a specific table or column.
includeAllTests
boolean
default:"false"
Include test cases from all test suites, not just the primary executable suite.
orderByLastExecutionDate
boolean
default:"false"
Order results by the most recent test execution date.
GET /v1/dataQuality/testCases

Returns

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

Response

data
array
Array of test case objects.
paging
object
Pagination information.

Error Handling