---
title: "List Territories"
method: GET
path: "/api/v3/territories"
tags: ["Territories"]
---

# List Territories

`GET /api/v3/territories`

List caller's territories with per-row counts; visibility intentionally not returned.

## Query parameters

- `offset` integer
- `limit` integer
- `search` string, nullable

## Response `200`

Successful Response

- TerritoryListResponse
  - `total` integer, required
  - `items` TerritoryListItem[], required
    - `id` string, uuid, required
    - `name` string, required
    - `type` 'institution_type' | 'institution_list', required
    - `payload` object, required
    - `account_count` integer, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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