Required capabilities:
dataProductsAcl:READ
List all versions of a data product, with pagination.
All versions of a data product.
The response for a failed request.
{- "items": [
- {
- "version": "string",
- "views": [
- {
- "space": "string",
- "externalId": "string",
- "version": "string"
}
], - "status": "draft",
- "description": "string",
- "terms": {
- "usage": "string",
- "limitations": "string"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
], - "nextCursor": "string"
}