---
title: "Get driver by ID"
method: GET
path: "/drivers/{id}"
---

# Get driver by ID

`GET /drivers/{id}`

Retrieves a single driver by their ID.

## Response `200`

Driver found

- Driver
  - `id` integer — Driver identifier
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, email, nullable
  - `phone` string, nullable
  - `contract_type` 'CONTRACTOR' | 'FULL_TIME', nullable
  - `status` 'ACTIVE' | 'ON_ROUTE' | 'RESTING' | 'OFF_DUTY' | 'SICK_LEAVE', nullable

## Other responses

- `404` — Driver not found
- `500` — Failed to fetch driver

---

[API](https://skmtc.net/developer-jutra/apis/tms-api.md) · [All operations](https://skmtc.net/developer-jutra/apis/tms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/developer-jutra/tms-api/versions/910f1e156fa1/schema)
