GET /v1/dataQuality/testSuites/{id}
Retrieve a Test Suite
Get a test suite by ID or fully qualified name
GET
GET /v1/dataQuality/testSuites/{id}
Retrieve a Test Suite
Get a single test suite by its unique ID or fully qualified name.Get by ID
string
required
UUID of the test suite to retrieve.
string
Comma-separated list of fields to include:
owners, tests.string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/dataQuality/testSuites/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the test suite.
string
Comma-separated list of fields to include:
owners, tests.string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.GET /v1/dataQuality/testSuites/{id}
Returns
Returns a test suite object with all requested fields populated.Response
string
Unique identifier for the test suite (UUID format).
string
Test suite name.
string
Fully qualified name of the test suite.
string
Human-readable display name.
string
Description of the test suite.
boolean
Whether this is an executable or logical test suite.
number
Version number for the entity.
array
List of owners. Only included when
fields contains owners.array
List of test case references. Only included when
fields contains tests.