v5

latestOpenAPI 3.0.3raw.githubusercontent.com2026-03-27485380.4 KB
Cleanse Export

Get progress and details of a specific export operation

Poll this endpoint to track export progress. When the export completes successfully, the response includes reportUrl (a presigned S3 download URL) and reportObjectKey. If the export fails, the error field contains the failure details.

get/cleanse-export/{exportId}

Path parameters

exportIdstring required

The export operation ID returned from the start endpoint

Response

Export operation details

idstring

Unique export operation identifier.

status'Pending' | 'Running' | 'Completed' | 'Failed'
startedAtUtcstring date-time
completedAtUtcstring date-time nullable
progressPercentagenumber double

Progress percentage (0-100).

statusDescriptionstring

Human-readable status description.

totalRecordsinteger

Total number of records to export.

recordsExportedinteger

Number of records exported so far.

reportObjectKeystring nullable

S3 object key for the generated report. Populated on successful completion.

reportUrlstring nullable

Presigned URL to download the report. Use regenerate-url if expired.

errorstring nullable

Error message with exception details if the export failed.

durationMsinteger nullable

Total duration in milliseconds when complete.