Export API (v3)
Get a list of Export Jobs
Fetch a list of export jobs.
get/v3/export-jobs
Query parameters
company_idstring uuid
Enter the company ID for which you want to retrieve the list of export jobs processed previously.
statusesExportJobStatus[]
Fetch a list of jobs in specific states.
beforestring
Lower bound of the page of data to return (cannot be used together with [after] or [offset]).
afterstring
Upper bound of the page of data to return (cannot be used together with [before] or [offset]).
offsetinteger
Offset of the page of data to return (cannot be used together with [before] or [after]).
limitinteger
The maximum amount of items to return.
sorting_keysstring[]
The keys to sort the results by.
sorting_orderPageOrder[]
The order to sort the results by. Must be the same length as [sortingKeys]; one order per key.
Response
List of export jobs. If no jobs are found, an empty list is returned.