---
title: "Get Vehicles Filters"
method: GET
path: "/api/vehicles/filters"
tags: ["Vehicles (Protected)"]
---

# Get Vehicles Filters

`GET /api/vehicles/filters`

Get all available filter options for the vehicles list.

Returns:
- pontos_venda: List of points of sale for the company
- estados: List of vehicle states (Stock, Reservado, Vendido, etc.)
- marcas: List of all brands
- combustiveis: List of fuel types
- caixas: List of gearbox types
- fornecedores: Clients referenced as supplier by this company's vehicles
- price_range: Min/max price from company vehicles
- year_range: Min/max year from company vehicles
- km_range: Min/max kilometers from company vehicles
- boolean_filters: List of boolean filter options
- sort_options: Available sort fields

## 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)
