List connector data product descriptors
Lists connector data product descriptors. These registry records connect a logical binding and physical connector instance to dataset resource descriptors, selected field scopes, transfer types, provider and consumer Party references, governance scope, and catalog offer references. This is the Phase 5 dataspace/data-use-contract readiness surface; it does not implement DSP/DCAT runtime behavior by itself.
Query parameters
Stable identifier of a tenant, OU, brand, legal-entity, or channel usage binding for a physical connector instance.
Filter by logical connection binding backing the data product.
Stable platform identifier for a configured connector instance.
Filter by the physical connector instance backing the data product.
Zero-based page index.
Page size.
Response
Paged connector data product descriptors.
Example response
{
"data": [
{
"dataProductId": "dp-proof-status",
"providerParty": {
"partyId": "party-provider"
},
"physicalConnectorInstanceId": "8a7f09af-7ac9-4d96-91f9-a2a252f4aa4b",
"logicalConnectionBindingId": "brand-a-proof-vault",
"datasetResourceIds": [
"41436f49-040c-4f5f-9c7f-657f43762e2b"
],
"title": "Proof status product",
"distributionTransferTypes": [
"HTTPS_PULL"
],
"catalogOfferRefs": [
{
"offerId": "offer-proof-status",
"policy": {
"profileId": "dpv-odrl",
"policyType": "OFFER",
"policyUid": "policy-proof-status"
}
}
]
}
],
"pagination": {
"limit": 20,
"offset": 0,
"page": 0,
"size": 20,
"total": 1,
"totalPages": 1,
"hasMore": false
}
}