Skip to main content
HTTP Method: GET URL: /api/v3/download/export/{exportId} Authentication: Requires API Key in the request header. Path Parameters:
ParameterTypeDescription
exportIdstringThe unique identifier of the export to download
Response: Redirects (301) to the actual file download URL Rate limit: Once every 1 seconds. Status Codes:
  • 301 Moved Permanently Redirects to the file download URL.
  • 401 Unauthorized Authentication failed.
  • 404 Not Found Export not found or not accessible.
  • 429 Too Many Requests Rate limit exceeded.

Sample Request

Sample Response

Usage Example

Most HTTP clients will automatically follow the redirect. If you’re using curl:
The -L flag tells curl to follow redirects.