Skip to main content

List drivers with pagination

GET 

/management/drivers

FindAll handles HTTP GET requests to retrieve driver records with optional filtering and pagination. It supports filtering by either "ulid" or "teamId" query parameters, but not both simultaneously. If both filters are provided, it returns a 400 Bad Request error. Pagination is controlled via "page" and "page_size" query parameters, with defaults and limits applied. Returns a JSON response containing the paginated drivers or an error message.

Request

Responses

OK