Fetch a list of export jobs.
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Enter the specific company ID for which you want to retrieve the list of export jobs processed before.
Fetch a list of jobs for a specific status.
pending, in_progress, failed, completed, completed_with_errors Fetch a list of jobs for specific statuses.
pending, in_progress, failed, completed, completed_with_errors Lower bound of the page of data to return (cannot be used together with [after] or [offset]).
Upper bound of the page of data to return (cannot be used together with [before] or [offset]).
Offset of the page of data to return (cannot be used together with [before] or [after]).
The maximum amount of items to return.
The keys to sort the results by.
The order to sort the results by. Must be the same length as [sortingKeys]; one order per key.
ASC, ASC_NULLS_FIRST, ASC_NULLS_LAST, DESC, DESC_NULLS_FIRST, DESC_NULLS_LAST