API referenceExports
`DELETE /org-exports/{id}` — cancel an export.
curl -X DELETE "https://example.com/org-exports/string"Empty
`POST /org-exports` — create a data export. POST
Previous Page
`POST /org-exports/estimates` — estimate the size, cost, and duration of an export before the customer commits to it. POST
Real estimation requires walking the org's iceberg manifests; until that pipeline lands, the handler reflects the request shape back with zeroed numerics so the UI has a real-typed payload to render against. The breakdown carries per-table rows even when empty so the UI's table picker doesn't need a separate "no estimate yet" path.