v1

latestOpenAPI 3.1.02026-07-2684271522.2 KB
Exports

Create Export Url

Generates a temporary, presigned URL for downloading the export's generated CSV file. The export must have a generated file available — typically once its status is completed. The returned URL expires after a short period, so request a fresh one when it lapses.

post/v1/exports/{id}/presigned_url

Path parameters

idstring required
Example:fxprt_01J9XR8M3K7VZ8N2YB4WJ6T0RA

Response

An envelope wrapping a presigned download URL for an export's generated file.

urlstring required

A temporary, presigned URL for downloading the export's generated file. Expires after a short period.

Example response

{
  "url": "string"
}