Skip to main content
POST
GetExport
Questions or issues? Contact us at api-support@manus.ai.
Polling: Call this every few seconds after enterprise.export.create until record.status is EXPORT_STATUS_COMPLETED or EXPORT_STATUS_FAILED.Failures: When status is EXPORT_STATUS_FAILED, record.error_message describes the cause. EXPORT_STATUS_CANCELLED indicates the export was cancelled before completion.Completed records carry the URL: When record.status is EXPORT_STATUS_COMPLETED, record.file_url already contains a pre-signed download URL with record.url_expires_at. Call enterprise.export.downloadUrl only when that URL has expired.File retention: Completed exports are retained for 30 days; after that the underlying file is purged and enterprise.export.downloadUrl will fail.

Authorizations

X-API-Key
string
header
required

Body

application/json
uid
string
required

Export task UID returned by enterprise.export.create.

Example:

"5YX76pz7Dga3yztNVw97Dh"

Response

Export task retrieved successfully.

record
object

Export task record.

request_id
string

Request ID for tracing and auditing.