Skip to main content

Get export download URL

GET 

/api/partner-gateway/v1/exports/:exportId

Returns a pre-signed download URL for a completed export file. You should only call this endpoint after confirming that the export has finished processing by checking that isAvailableForDownload is true in the GET /exports list response. The returned URL is time-limited and will expire after a certain period. Once expired, any attempt to download the file using that URL will fail. If you need a fresh link after expiration, call POST /exports/{exportId} to regenerate the export, then poll GET /exports again until the new export is ready and retrieve the new download URL from this endpoint. Returns 400 if the export has expired and is no longer available for direct download (use POST /exports/{exportId} to regenerate). Returns 404 if the exportId does not exist or does not belong to your account. Returns 500 if an internal error occurs.

Request

Responses

Download URL