Key concepts
- Job lifecycle — newly created jobs return as
New, transition toProcessingwhen a worker picks them up, then settle onDone(success) orFailed(error). The status string is reported by the upstream task system; treat unrecognised values as forward-compatibility fallbacks. - History —
/v4/exports/historylists previous export jobs with signed download URLs once completed. - Polling —
GET /v4/exports/{export_id}returns current status and download URL when ready.