Skip to main content
GET
GetDownloadURL
Questions or issues? Contact us at api-support@manus.ai.
Auth: Requires a SIEM enterprise API key (X-API-Key).URL validity: The returned download_url expires after 15 minutes. Call this endpoint again to mint a fresh URL — it does not consume any quota.Status requirement: The export must be COMPLIANCE_EXPORT_STATUS_COMPLETED. Other statuses return failed_precondition.Archive: A ZIP containing a single events.ndjson file (one JSON event per line). See Record format.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 COMPLIANCE_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 URL for downloading the export archive (a ZIP containing NDJSON).

expires_at
string<date-time>

URL expiration time (RFC3339), 15 minutes after issuance.