---
title: "Get an agency"
method: GET
path: "/agencies/{id}"
---

# Get an agency

`GET /agencies/{id}`

Returns a single agency by ID.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `id` string — Unique identifier (`agc_` prefix) for the agency.
  - `label` string — Human-readable name for display.
  - `jurisdiction` string — Lowercase region code (`fed` or a lowercased ISO 3166-2:US region code). Local agencies use their state's value.

## Other responses

- `404` — 404

---

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