Request an organization data export
Start a best-effort export of the organization’s data as a downloadable archive (folder tree of YAML files plus binary assets). Runs as a background job; poll the returned job_id for the download link. This is a convenience export, not a backup.
Authorizations
Path Parameters
UUID of the organization to export.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Query Parameters
Archive container format (defaults to zip).
zip, tar.gz Response
OK
Status of an export job, with a signed download URL once complete.
Public identifier of the export job; use it to poll this endpoint.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Current job lifecycle state.
pending, processing, completed, failed Container format of the generated archive.
zip, tar.gz Export format version baked into the archive manifest.
Size of the generated archive in bytes (0 until complete).
Suggested filename for the downloaded archive.
Time-limited signed URL to download the archive. Null until the job is complete.
ISO-8601 instant after which the download URL stops working.
Per-section inventory of what was exported (also present inside the archive manifest).
Job-level error message if the export failed.