Data Exports

Get export job

Retrieve the status of a single export job. Poll this after requesting an export.

get/public/v2/export-jobs/{job_id}/

Path parameters

job_idinteger required

Response

OK

idinteger required
integration_idinteger nullable

ID of the destination integration the export runs through.

status'pending' | 'running' | 'completed' | 'failed' required

The four states a caller needs; the internal pipeline states collapse onto these.

errorstring nullable

Set only when status is failed.

created_atstring date-time required
started_atstring date-time nullable
completed_atstring date-time nullable

Changes

Changed in 1 of the 17 revisions of this API.1