---
title: "List agencies"
method: GET
path: "/agencies"
---

# List agencies

`GET /agencies`

Returns the list of agencies.

## Query parameters

- `id` string[]
- `jurisdiction` string[]
- `label_contains` string
- `limit` integer

## Response `200`

200

- object
  - `next` string, nullable — URL of the next page of results, or null if there are no more.
  - `previous` string, nullable — URL of the previous page of results, or null on the first page.
  - `results` 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

- `400` — 400

---

[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)
