v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Export 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

downloadUrlstring

Presigned URL to download the export file

fileNamestring

Original file name of the export

sha256string

SHA-256 checksum of the file for integrity verification

expiresIninteger

Duration in seconds until the download URL expires

Example response

{
  "downloadUrl": "https://storage.example.com/exports/report.csv?token=abc",
  "fileName": "matched_report.csv",
  "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
  "expiresIn": 3600
}