---
title: "List All Available Counties"
method: GET
path: "/api/v1/internal/workspaces/available-counties"
tags: ["internal", "workspaces"]
---

# List All Available Counties

`GET /api/v1/internal/workspaces/available-counties`

Return every coverage-supported county in GCS (workspace-agnostic).

Source for the create-workspace picker, which runs before a workspace
exists. The per-workspace `GET /{workspace_id}/available-counties` reuses
the same gate minus already-loaded counties.

## Response `200`

Successful Response

- AvailableCountyResponse[]
  - `state` string, required
  - `county_name` string, required
  - `state_fips` string, required
  - `county_fips` string, required

---

[API](https://skmtc.net/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.net/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia-analytics/maia-api/versions/c5094ff58a23/schema)
