Drivers
List drivers
Returns a paginated list of Driver objects, ordered by creation date with the most recent drivers first.
GET
Query Parameters
Maximum number of drivers to return (default 10).
Required range:
1 <= x <= 100
Cursor for pagination; returns records after this driver ID.
Cursor for pagination; returns records before this driver ID.
Specifies which fields in each driver object to expand.
Body
application/json · object
Response
200
application/json
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
.