v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Gets the data product.

Prerequisites:

  • The data product ID must exist.

  • The domain must be valid and accessible.

  • User must have read or discovery permissions for the data product.

get/v2/domains/{domainIdentifier}/data-products/{identifier}

Path parameters

domainIdentifierstring required

The ID of the domain where the data product lives.

identifierstring required

The ID of the data product.

Query parameters

revisionstring

The revision of the data product.

Response

Success

domainIdstring required

The ID of the domain where the data product lives.

idstring required

The ID of the data product.

revisionstring required

The revision of the data product.

owningProjectIdstring required

The ID of the owning project of the data product.

namestring password required

The name of the data product.

status'CREATED' | 'CREATING' | 'CREATE_FAILED' required

The status of the data product.

descriptionstring password

The description of the data product.

glossaryTermsGlossaryTermId[]

The glossary terms of the data product.

createdAtstring date-time

The timestamp at which the data product is created.

createdBystring

The user who created the data product.

firstRevisionCreatedAtstring date-time

The timestamp at which the first revision of the data product is created.

firstRevisionCreatedBystring

The user who created the first revision of the data product.