---
title: "Get a list of model names"
method: GET
path: "/getModels"
tags: ["Static Data", "Starter Plan Or Greater"]
---

# Get a list of model names

`GET /getModels`

Get brand model names for currently active models. This endpoint does not return model names that have been discontinued or have 
sold less than 10 vehicles in the last month and a half.

These names are used as arguments for other endpoints. The names are generally not case sensitive
when used with other endpoints, but it is best practice to use the names returned by this endpoint without changes.

Setting the filtered argument to false (default true) will result in more model names being presented by loosening the filtering selectivity. 
These model names can be passed to the listings2 endpoint for more granular control over what gets returned.

## Query parameters

- `jwt` string, required
- `brandName` string, required
- `filtered` boolean

## Response `200`

Successful Response

- ModelResp
  - `brandName` string
  - `modelName` string
  - `regionName` string
  - `condition` string
  - `msg` string
  - `cacheTimeLimit` integer
  - `data` ModelDict[], required
    - `modelName` string, required

## Other responses

- `422` — Validation Error

---

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