Skip to main content

Export Data Product

Download a data product as CSV — a plain values export, or an audit export with PENDING_REVIEW markers for held pipeline cells.

Export a data product's rows as a CSV file. Two variants are available: a plain export of the values, and an audit export that preserves the handover trail. Both stream the file as an attachment.

For a pipeline-backed product, cells still held in the review queue (pending_approval) are treated carefully: the plain export writes them as empty, and the audit export writes a PENDING_REVIEW marker so the held value is never serialized into the file. This keeps an in-flight review from leaking an unapproved value while still letting you export everything that has cleared.

GET/v1/data-products/:id/export/plain
GET/v1/data-products/:id/export/audit

curl

The response is a CSV attachment (text/csv), not JSON. Both variants accept the product UUID as the path parameter.