---
title: "List the drivers with Hours of Service (HOS) violations"
method: GET
path: "/v1/hos_violations"
---

# List the drivers with Hours of Service (HOS) violations

`GET /v1/hos_violations`

## Query parameters

- `driver_ids[]` integer[]
- `min_start_time` string, date
- `max_start_time` string, date
- `violation_types` string
- `per_page` integer
- `page_no` integer

## Headers

- `X-Time-Zone` string
- `X-Metric-Units` boolean
- `X-User-Id` integer

## Response `200`

200

- object
  - `hos_violations` object[]
    - `hos_violation` object
      - `id` integer
      - `type` string
      - `start_time` string
      - `end_time` unknown
      - `name` string
      - `user` object
        - `id` integer
        - `first_name` string
        - `last_name` string
        - `username` string
        - `email` unknown
        - `driver_company_id` unknown
        - `status` string
        - `role` string
  - `pagination` object
    - `per_page` integer
    - `page_no` integer
    - `total` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/gomotive/apis/motive.md) · [All operations](https://skmtc.net/gomotive/apis/motive/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gomotive/motive/revisions/c71780e497f5/schema)
