---
title: "Search jurisdictions"
method: GET
path: "/v1/agent/jurisdictions/search"
tags: ["jurisdictions"]
---

# Search jurisdictions

`GET /v1/agent/jurisdictions/search`

Search for jurisdictions by name, PSD code, or other criteria. Supports filtering by state, tax type, and jurisdiction type. Results are paginated.

## Query parameters

- `state` string
- `q` string
- `page` integer
- `per_page` integer
- `tax_type` string
- `local_only` string
- `supported_only` string
- `slug` string

## Headers

- `Authorization` string, required

## Response `200`

jurisdictions search results

- TypeJurisdictionsSearchJurisdictionsResponse
  - `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
  - `url` string
  - `has_more` boolean
  - `total_count` integer

---

[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/015f33b27f13/schema)
