enterprise.export.create
Creates a new data export task for a user. Runs asynchronously — the call returns immediately with status EXPORT_STATUS_PENDING. Poll enterprise.export.detail until the export is EXPORT_STATUS_COMPLETED, then call enterprise.export.downloadUrl.
Authorizations
Body
- Option 1
- Option 2
Target user ID. Either user_id or email must be provided.
"123e4567-e89b-12d3-a456-426614174000"
Export scope.
ENTERPRISE_EXPORT_SCOPE_FULL, ENTERPRISE_EXPORT_SCOPE_TASKS, ENTERPRISE_EXPORT_SCOPE_TASKS_WITH_ATTACHMENTS, ENTERPRISE_EXPORT_SCOPE_CUSTOM_SESSION_IDS, ENTERPRISE_EXPORT_SCOPE_WEBDEV_PROJECT, ENTERPRISE_EXPORT_SCOPE_PROJECT Target user email. Either user_id or email must be provided.
"user@example.com"
Include soft-deleted data.
Include attached files in the archive.
Lower time bound (RFC3339).
Upper time bound (RFC3339).
Specific session IDs to export. Required when scope is ENTERPRISE_EXPORT_SCOPE_CUSTOM_SESSION_IDS.
Reason for the export. Logged for compliance auditing.
"compliance audit"
Limit the export to specific webdev project UIDs. Only used when scope is ENTERPRISE_EXPORT_SCOPE_WEBDEV_PROJECT. Leave empty to include all webdev projects.
Limit the export to specific Manus project UIDs. Only used when scope is ENTERPRISE_EXPORT_SCOPE_PROJECT. Leave empty to include all projects.
Response
Export task created successfully.
Export task UID.
Initial status. Always EXPORT_STATUS_PENDING for a freshly created task.
EXPORT_STATUS_PENDING, EXPORT_STATUS_PROCESSING, EXPORT_STATUS_COMPLETED, EXPORT_STATUS_FAILED, EXPORT_STATUS_CANCELLED Task creation time.
Target user ID.
"123e4567-e89b-12d3-a456-426614174000"
Enterprise unique identifier.
Request ID for tracing and auditing.