GET /v1/dataQuality/testCases
List Test Cases
List all test cases with optional filtering and pagination
GET
GET /v1/dataQuality/testCases
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
List Test Cases
List all test cases 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, testSuite, testDefinition, testCaseResult.Include
all, deleted, or non-deleted entities.Filter by test suite UUID.
Filter by entity link (URL-encoded). Returns test cases for a specific table or column.
Include test cases from all test suites, not just the primary executable suite.
Order results by the most recent test execution date.
GET /v1/dataQuality/testCases
Returns
Returns a paginated list of test case objects. Use thefields parameter to request additional data.
Response
Array of test case objects.
Pagination information.
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to list test cases |