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

# List Available Counties

`GET /api/v1/internal/workspaces/{workspace_id}/available-counties`

Return GCS-known counties not yet loaded for this workspace.

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

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

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.dev/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maia-analytics/maia-api/revisions/4c1b045ef2af/schema)
