Skip to main content
GET
Poll an export

Authorizations

X-API-Key
string
header
required

API key in format: mk_live_{40 hex chars}

Path Parameters

id
string
required

The jobId returned by POST /v1/exports

Response

Export job state

jobId
string
status
enum<string>
Available options:
processing,
complete,
failed
createdAt
string<date-time>
completedAt
string<date-time>
downloadUrl
string

Presigned CSV link. Present only when status is complete.

downloadUrlExpiresInSeconds
integer

Lifetime of downloadUrl, counted from completedAt.

rowCount
integer
partial
boolean

True if the export was truncated before reading everything.

error
string

Present only when status is failed.