Skip to content

ExportJob​

Generic async CSV export job management (list, download, delete).


List all async CSV export jobs​

GET
/api/v2/export/jobs

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Query Parameters

exportType

Filter by export type prefix (e.g. salesReport-sales).

Type
string
Example"salesReport-sales"

Responses​

Export job list

application/json
JSON
"string"

Playground​

Authorization
Variables
Key
Value

Samples​


Download a completed async export as CSV​

GET
/api/v2/export/jobs/{id}

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

CSV file download

text/csv

Playground​

Authorization
Variables
Key
Value

Samples​


Delete an async export job and its S3 file​

DELETE
/api/v2/export/jobs/{id}

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Job deleted

Playground​

Authorization
Variables
Key
Value

Samples​


Powered by VitePress OpenAPI