---
title: "Get Drivers"
method: GET
path: "/v1/Scheduling/drivers"
tags: ["Scheduling"]
---

# Get Drivers

`GET /v1/Scheduling/drivers`

Retrieves a list of drivers based on various query parameters, such as ActorId, DriverStatusId, and multiple search options (e.g., by DriverId, UserId, Fullname, etc.).

## Query parameters

- `ActorId` integer
- `DriverStatusId` integer
- `Search` string
- `SearchByDriverId` boolean
- `SearchByUserId` boolean
- `SearchByFullname` boolean
- `SearchByMobile` boolean
- `SearchByEmail` boolean
- `SearchByIdNumber` boolean
- `SearchByDriverLicense` boolean

## Response `200`

A list of drivers that match the specified criteria.

- DriverResponseDto[]
  - `Id` string, uuid — The unique identifier of the driver.
  - `DistributorId` integer — The unique identifier of the distributor associated with the driver.
  - `OperatorId` integer — The unique identifier of the operator associated with the driver.
  - `OperatorName` string, nullable — The name of the operator associated with the driver.
  - `UserId` integer — The unique identifier of the user associated with the driver.
  - `FullName` string, nullable — The full name of the driver.
  - `Mobile` string, nullable — The mobile phone number of the driver.
  - `Email` string, nullable — The email address of the driver.
  - `DriverLicense` string, nullable — The driver's license number of the driver.
  - `IdNumber` string, nullable — The identification number of the driver.
  - `Img` string, nullable — The URL to the driver's image.
  - `DriverStatusId` integer, nullable — The status identifier of the driver, indicating their current status.
  - `StartDate` string, nullable — The date when the driver started working.
  - `Skills` integer[], nullable — A list of skill identifiers associated with the driver.
  - `WorkingHours` string, nullable — The working hours of the driver.
  - `CreatedBy` integer — The identifier of the user who created the driver entry.
  - `CreatedDt` string, date-time — The date and time when the driver entry was created.
  - `UpdatedBy` integer, nullable — The identifier of the user who last updated the driver entry.
  - `UpdatedDt` string, date-time, nullable — The date and time when the driver entry was last updated.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/versions/421f6f83c257/schema)
