v2

latestOpenAPI 3.0.4Apache 2.0raw.githubusercontent.com2026-07-1754198241.7 KB
ConnectorDataProducts

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.

get/data/products

Query parameters

logicalConnectionBindingIdstring

Stable identifier of a tenant, OU, brand, legal-entity, or channel usage binding for a physical connector instance.

Example:brand-a-proof-vault

Filter by logical connection binding backing the data product.

physicalConnectorInstanceIdstring uuid

Stable platform identifier for a configured connector instance.

Example:3f6f4f46-24fb-4c35-a7a4-bc6c7f7861f5

Filter by the physical connector instance backing the data product.

pageinteger

Zero-based page index.

sizeinteger

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
  }
}