---
title: "Get Kpi"
method: GET
path: "/api/logistica/kpi"
tags: ["Vehicle Logistics"]
---

# Get Kpi

`GET /api/logistica/kpi`

Get logistics KPI counts, scoped by all filters currently applied to
the vehicle list. Always Fechado=0 and excludes Suspenso (estado=5).

## Query parameters

- `pv_ids` integer[]
- `estado` integer, nullable — Filter by vehicle state ID
- `current_park_location_ids` integer[]
- `consignado` boolean, nullable
- `emprestado` boolean, nullable
- `seguro` boolean, nullable
- `importado` boolean, nullable
- `section_id` integer, nullable
- `marca_id` integer, nullable
- `modelo_id` integer, nullable
- `combustivel_id` integer, nullable
- `caixa_id` integer, nullable
- `fornecedor_id` integer, nullable
- `preco_min` number, nullable
- `preco_max` number, nullable
- `ano_min` integer, nullable
- `ano_max` integer, nullable
- `km_min` integer, nullable
- `km_max` integer, nullable
- `has_anuncio` boolean, nullable
- `only_retomas` boolean, nullable
- `search` string, nullable

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## 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/4b44eb76b3ee/schema)
