GET /v1/dataProducts
List Data Products
List all data products with optional filtering and pagination
GET
GET /v1/dataProducts
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
List Data Products
List all data products with optional filtering and pagination.Query Parameters
Filter by domain fully qualified name.
Maximum number of results to return (max: 1000000).
Cursor for backward pagination.
Cursor for forward pagination.
Comma-separated list of fields to include:
owners, domain, experts, assets. See Supported Fields below.Include
all, deleted, or non-deleted entities.GET /v1/dataProducts
Returns
Returns a paginated list of data product objects. By default, only basic fields are included. Use thefields parameter to request additional data.
Response
Array of data product objects.
Pagination information.
Supported Fields
| Field | Description |
|---|---|
owners | Owner references (users and teams) |
domain | Parent domain reference |
experts | Subject matter expert references |
assets | Associated data assets |
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to list data products |