---
title: "Get drivers"
method: GET
path: "/public/v1/drivers"
tags: ["Driver"]
---

# Get drivers

`GET /public/v1/drivers`

Lists the drivers belonging to the authenticated company, oldest first (ordered by creation
time ascending). Soft-deleted drivers are excluded, and results never cross company
boundaries.

Drivers only exist for companies whose compliance type is METRC or BIOTRACK; a company with
any other compliance type simply returns an empty list here.

Results are paginated. The response `next_page` holds the URL of the following page, or null on
the last page.

Required permission: `settings_permissions_drivers`.

## Query parameters

- `ids` string[]
- `inserted_datetime` string
- `updated_datetime` string
- `page` string

## Response `200`

A list of drivers

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission

---

[API](https://skmtc.dev/distru/apis/distru-api.md) · [All operations](https://skmtc.dev/distru/apis/distru-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/distru/distru-api/revisions/f8930b2c2924/schema)
