---
title: "List registered jurisdictions"
method: GET
path: "/api/v1/jurisdictions"
tags: ["Jurisdictions"]
---

# List registered jurisdictions

`GET /api/v1/jurisdictions`

Returns the set of jurisdiction profiles compiled into the running service. Public (no tenant scope).

## Response `200`

OK

- ListJurisdictionsResponse
  - `data` JurisdictionDTO[], nullable, required — Array of jurisdiction profiles compiled into the running service; empty array (never null) when none are registered.
    - `code` string, required — ISO 3166-1 alpha-2 jurisdiction identifier (e.g. BR, XX).
    - `displayName` string, required — Human-readable profile name (e.g. Brazil).
    - `profileVersion` string, required — Semver version string of the compiled profile definition, stamped onto schedule_versions and cet_disclosures for audit replay.
    - `status` string, required — Profile lifecycle status: one of active, preview, or disabled. Registered profiles default to active in the MVP.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
