Poll an organization data export
Return the status of a previously-requested export. Once status is completed, the response carries a time-limited signed download_url.
Authorizations
Path Parameters
UUID of the organization.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$UUID of the export job returned by the create endpoint.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$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.