v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBExport Jobs
Download export file
Use this endpoint to download the export file. The response includes a presigned URL for downloading the file.
get/v1/export-jobs/{jobId}/download
Path parameters
jobIdstring required
Export Job ID
Headers
X-Request-Idstring
A unique identifier for tracing the request across services.
Response
Export download details
Example response
{
"downloadUrl": "https://storage.example.com/exports/report.csv?token=abc",
"fileName": "matched_report.csv",
"sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"expiresIn": 3600
}