Skip to main content
GET
/
v2
/
enterprise.export.downloadUrl
GetDownloadURL
curl --request GET \
  --url https://api.manus.im/v2/enterprise.export.downloadUrl \
  --header 'X-API-Key: <api-key>'
{
  "ok": true,
  "request_id": "<string>",
  "download_url": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}
Questions or issues? Contact us at api-support@manus.ai.
URL validity: The returned download_url expires after 10 minutes. Call this endpoint again to mint a fresh URL — it does not consume any quota.Status requirement: The export must be EXPORT_STATUS_COMPLETED. Other statuses return failed_precondition.File retention: Files are purged 30 days after the export completes. After that, this endpoint returns not_found.Protocols: Also callable via Connect RPC. See Protocols.

Authorizations

X-API-Key
string
header
required

Query Parameters

uid
string
required

Export task UID. The export must have status EXPORT_STATUS_COMPLETED.

Example:

"5YX76pz7Dga3yztNVw97Dh"

Response

Download URL minted successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

download_url
string

Pre-signed S3 URL for downloading the export archive.

expires_at
string<date-time>

URL expiration time (RFC3339). Typically 10 minutes after issuance.