Create an order export job

Creates an asynchronous job to export orders to CSV.gz file. Returns a job_id that can be used to check status. Download link will be sent via email when ready.

Body Params
email_recipients
array of strings
required

List of email addresses to send the export download link

email_recipients*
string | null
Defaults to null

Filter orders completed after this timestamp (ISO 8601)

string | null
Defaults to null

Filter orders completed before this timestamp (ISO 8601)

string | null
Defaults to null

Filter orders created after this timestamp (ISO 8601)

string | null
Defaults to null

Filter orders created before this timestamp (ISO 8601)

string | null
Defaults to null

Filter orders scheduled after this timestamp (ISO 8601)

string | null
Defaults to null

Filter orders scheduled before this timestamp (ISO 8601)

string | null
Defaults to null

Filter orders planned after this timestamp (ISO 8601)

string | null
Defaults to null

Filter orders planned before this timestamp (ISO 8601)

string | null
Defaults to null

Filter by order status (comma-separated)

string | null
Defaults to null

Filter by worker handle

string | null
Defaults to null

Filter by device ID

string | null
Defaults to null

Filter by order metadata (JSON string)

string | null
Defaults to null

Filter by region (JSON string)

string | null
Defaults to null

Filter by ops group handle

string | null
Defaults to null

Search term for orders

string | null
Defaults to null

Filter by tracking status

string | null
Defaults to null

Filter by plan mode

string | null
Defaults to null

Filter by track mode

string | null
Defaults to null

Filter by worker profile (JSON string)

string | null
Defaults to null

Filter by outage category

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json