Skip to main content
Returns a paginated list of fleet objects. Filter by status, driver, or vehicle, then follow the returned page URLs to continue through the result set.

Parameters

string
Limit results to fleets linked to this driver.
integer
Maximum number of objects to return (default 10).
string
Page token from a previous list response.
string
Limit results to fleets with this status.Available options: active, suspended, archived
string
Limit results to fleets linked to this vehicle.

Returns

Returns a page of fleets.
array of object
required
Array of fleet 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.