---
title: "Fetch supported local jurisdictions"
method: GET
path: "/v1/agent/jurisdictions"
tags: ["jurisdictions"]
---

# Fetch supported local jurisdictions

`GET /v1/agent/jurisdictions`

## Query parameters

- `state` string, required

## Headers

- `Authorization` string, required

## Response `200`

jurisdictions list

- TypeJurisdictionsListJurisdictionsResponse
  - `object` string
  - `data` TypeAgentJurisdiction[]
    - `object` string, required
    - `slug` string, required — Unique identifier for the jurisdiction
    - `type` string — Type of tax (e.g., City Tax, State Tax)
    - `label` string — Display label for the jurisdiction
    - `name` string, required — Full name of the jurisdiction
    - `agency_name` string — Name of the tax agency
    - `agency_slug` string — Unique identifier for the agency
    - `agency_items` string[] — List of items collected by the agency
    - `city` string, nullable — City name if applicable
    - `state` string, required — US state abbreviation
  - `search_config` TypeJurisdictionsListJurisdictionsResponseSearchConfig
    - `hint` string
    - `help_text` string, nullable
    - `help_url` string, nullable

---

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