Skip to main content
Questions or issues? Contact us at api-support@manus.ai. This walkthrough creates a full data export for one user and downloads the archive. Replace <your-api-key> with an enterprise API key from the Compliance API settings (see Authentication).

Step 1 — Preview the user’s tasks (optional)

Step 2 — Create the export task

Save the returned uid for the next steps.

Step 3 — Poll until the export is ready

Repeat until record.status is EXPORT_STATUS_COMPLETED. If it becomes EXPORT_STATUS_FAILED, inspect record.error_message. (EXPORT_STATUS_CANCELLED indicates the export was cancelled.)

Step 4 — Mint a download URL

Step 5 — Download the archive

The archive contents are described in Overview → Export file structure. The download URL is valid for 10 minutes — re-run step 4 to mint a new one if it expires.