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}
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.
Retrieve a Test Suite
Get a single test suite by its unique ID or fully qualified name.Get by ID
UUID of the test suite to retrieve.
Comma-separated list of fields to include:
owners, tests.Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/dataQuality/testSuites/name/{fqn} to retrieve by fully qualified name.
Fully qualified name of the test suite.
Comma-separated list of fields to include:
owners, tests.Include
all, deleted, or non-deleted entities.GET /v1/dataQuality/testSuites/{id}
Returns
Returns a test suite object with all requested fields populated.Response
Unique identifier for the test suite (UUID format).
Test suite name.
Fully qualified name of the test suite.
Human-readable display name.
Description of the test suite.
Whether this is an executable or logical test suite.
Version number for the entity.
List of owners. Only included when
fields contains owners.List of test case references. Only included when
fields contains tests.Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view this test suite |
404 | NOT_FOUND | Test suite with given ID or FQN does not exist |