Export Decision Log
Export the field-review decision log as an RFC 4180 CSV (UTF-8 with BOM, Excel-friendly) for customer handover. Filter to one pipeline or export org-wide.
Export the field-review decision log as a CSV file for customer handover. The export is the same per-field decision history as the JSON decisions endpoint, serialized as RFC 4180 CSV with a UTF-8 byte-order mark so it opens cleanly in Excel. Each row is one decision: who decided, the field, the action, the prior and final values, the gate, and the reason.
Filter to a single run with pipeline_id, or omit it to export the org-wide log across every run. Unlike the JSON list, the CSV is not paginated: it returns the full decision history for the scope in one download, which is what a handover audit needs. The response is sent as a file attachment named field-review-decisions.csv.
The response Content-Type is text/csv; charset=utf-8 and the Content-Disposition header marks it as an attachment, so a browser or HTTP client saves it directly. Use this endpoint when you need the decision trail outside the API, for example to hand a finished run's review history to a customer. This endpoint requires an API key with the read scope.
/v1/field-reviews/decisions/exportResponse
Response
Response (text/csv)
Errors
Error responses