API referenceExports
`GET /org-exports/{id}` — fetch a single export.
curl -X GET "https://example.com/org-exports/string"{ "created_at": "string", "destination": null, "error_message": "string", "export_type": null, "id": "string", "org_id": "string", "status": "string", "updated_at": "string"}`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.
`GET /org-exports` — list all data exports for the org. GET
Next Page