---
title: "List cities by state"
method: GET
path: "/ticintel/states/{state}/cities"
tags: ["ticintel"]
---

# List cities by state

`GET /ticintel/states/{state}/cities`

Returns all cities for the given state in the TiC Intel catalog.

## Path parameters

- `state` string, required

## Response `200`

List of cities for the state

- TicintelCitiesResponse
  - `cities` string[]
  - `state` string
  - `success` boolean

## Other responses

- `400` — Missing or invalid state
- `500` — Failed to get cities by state

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/revisions/d1e5cbb24557/schema)
