Query Parameters
A cursor for pagination. Returns objects listed before the given ID.
Specifies which fields in each driver object to expand.
Limit results to drivers attached to this fleet. Cannot be combined with vehicle
.
Number of objects to return (default 10, max 100).
Required range:
1 <= x <= 100
A cursor for pagination. Returns objects listed after the given ID.
Limit results to drivers attached to this vehicle. Cannot be combined with fleet
.
Body
application/json · object
Response
A dictionary with a data property that contains an array of up to limit Driver objects, starting after Driver starting_after. Each entry in data is a separate Driver object. If no additional drivers are available, the array is empty.
The response is of type object
.