Skip to main content
GET
Get a data product

Authorizations

Authorization
string
header
required

Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.

Path Parameters

externalId
string
required

Data product external identifier

Required string length: 1 - 100
Pattern: ^[a-z]([a-z0-9_-]{0,98}[a-z0-9])?$

Response

The data product.

externalId
string
required

Data product external identifier

Required string length: 1 - 100
Pattern: ^[a-z]([a-z0-9_-]{0,98}[a-z0-9])?$
name
string
required

Human-readable name of the data product.

Required string length: 1 - 50
schemaSpace
string
required

The schema space where the data product's data modeling views are located. This space is exclusively owned by this data product.

Required string length: 1 - 43
Pattern: ^[a-zA-Z][a-zA-Z0-9_-]{0,41}[a-zA-Z0-9]?$
isGoverned
boolean
required

Indicates whether the data product follows governance policies and standards. Note that this property is currently only informational.

tags
string[]
required

A list of distinct tags for categorization and filtering.

Maximum array length: 10
Required string length: 1 - 20
domains
string[]
required
read-only

List of data domain external IDs that this data product is derived from. This field will be empty while the data domains feature is in development.

External ID of a data domain.

createdTime
integer<int64>
required

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

Required range: x >= 0
Example:

1730204346000

lastUpdatedTime
integer<int64>
required

The number of milliseconds since 00:00:00 Thursday, 1 January 1970, Coordinated Universal Time (UTC), minus leap seconds.

Required range: x >= 0
Example:

1730204346000

description
string

A description of the data product.

Maximum string length: 200
Last modified on September 24, 2026