List

Lists all drivers belonging to the caller’s organization with filtering, sorting, pagination, and optional full-text search. | () -> (DriverListRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

sort_orderenumOptional

Sort order (asc or desc)

Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20
searchstringOptional

Full-text search query

filter_by_driver_idstringOptional
Filter by driver ID
filter_archivedbooleanOptionalDefaults to false
Select archived drivers instead of active drivers
filter_available_according_to_driverbooleanOptional

Filter by driver’s self-reported availability

filter_available_according_to_operatorsbooleanOptional

Filter by operator-set availability

filter_statusenumOptional

Filter by driver state (UNASSIGNED / ASSIGNED / IN_PROGRESS)

Allowed values:

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Drivers List V1request Unprocessable Entity Error