Skip to main content
Returns a paginated list of transaction objects for your account, sorted by creation date with the most recent transactions first. Use driver or fleet to scope results.

Parameters

string
Limit results to transactions associated with this driver.
string
Limit results to transactions associated with this fleet.
integer
Maximum number of objects to return (default 10).
string
Page token from a previous list response.

Returns

Returns a page of transactions.
array of object
required
Array of transaction objects.
string | null
required
URL for the next page of results, or null when there is no next page.
string | null
required
URL for the previous page of results, or null when there is no previous page.