Skip to main content
GET
Get Export

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

export_id
string
required

Response

Successful Response

Response containing export details.

id
string
required
export_type
enum<string>
required
Available options:
invoice,
partner,
payment,
analytics,
bank_transaction,
credit_memo
status
enum<string>
required
Available options:
pending,
processing,
completed,
failed
filters
object | null
required
record_count
integer | null
required
download_url
string | null
required
created_at
string<date-time>
required
started_at
string<date-time> | null
required
completed_at
string<date-time> | null
required
requested_by
ExportUserRef · object | null
required

Reference to the user who requested the export.