Required capabilities:
dataProductsAcl:READ
List all data products, with pagination.
A list of data products.
The response for a bad request.
{- "items": [
- {
- "externalId": "string",
- "name": "string",
- "schemaSpace": "string",
- "description": "string",
- "isGoverned": true,
- "tags": [
- "string"
], - "domains": [
- "string"
], - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
], - "nextCursor": "string"
}