---
title: "Get Vehicle Movements"
method: GET
path: "/api/vehicles/{vehicle_id}/movements"
tags: ["Vehicles (Protected)"]
---

# Get Vehicle Movements

`GET /api/vehicles/{vehicle_id}/movements`

Get vehicle movements summary.

Returns:
- Unpaid movements (to pay)
- Paid movements (before close)
- Movements after close
- Totals and counts for each

Optional date_start/date_end filter the period on
COALESCE(DataPagamento, DataRegisto) so unpaid rows stay visible.

## Path parameters

- `vehicle_id` integer, required

## Query parameters

- `date_start` string, nullable — Period filter start (YYYY-MM-DD)
- `date_end` string, nullable — Period filter end, inclusive (YYYY-MM-DD)

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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