Export Data Product
Download a data product as CSV: a plain values export, or an audit export that marks held review-queue cells as PENDING_REVIEW to protect unapproved values.
Export a data product as a CSV file with a single GET request. Two variants are available: a plain export of the values, and an audit export that preserves the handover trail. Both stream the file as a text/csv 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.
/v1/data-products/{id}/export/plainPath parameters
/v1/data-products/{id}/export/auditPath parameters
curl
text/csv), not JSON. Both variants accept the product UUID as the path parameter.