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

List Test Suites

List all test suites 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, tests.
include
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
testSuiteType
string
Filter by test suite type: executable or logical.
GET /v1/dataQuality/testSuites

Returns

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

Response

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

Error Handling