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

Parameters

string
Limit results to drivers attached to this fleet.
integer
Maximum number of objects to return (default 10).
string
Page token from a previous list response.
string
Limit results to drivers attached to this vehicle.

Returns

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