---
title: "/api/delivery-routes"
method: GET
path: "/api/delivery-routes"
---

# /api/delivery-routes

`GET /api/delivery-routes`

## Response `200`

Successful response

- object
  - `data` object[], required
    - `id` integer, required
    - `uuid` string, uuid, required
    - `courier` string
    - `vehicle` string
    - `stops` number
    - `delivery_time` number
    - `total_distance` number
    - `last_active` unknown
    - `status` 'planned' | 'active' | 'completed' | 'cancelled'
    - `started_at` unknown
    - `completed_at` unknown
    - `courier_id` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `422` — Validation failed
- `500` — Server error

## Changes

> 37 revisions in range; 2 not diffed, 33 could not be searched.

- **2026-08-29** `99a2bc4b3b98` — 2 warning, 2 info
  - removed the optional property `data/items/driver` from the response with the `200` status
  - removed the optional property `data/items/driver_id` from the response with the `200` status
  - added the optional property `data/items/courier` to the response with the `200` status
  - added the optional property `data/items/courier_id` to the response with the `200` status

[Change history](https://skmtc.dev/stacksjs/apis/stacks-api/changes/api/delivery-routes/get.md)

---

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