---
title: "List Admin Regions"
method: GET
path: "/api/v1/admin/source-tracker/regions"
tags: ["source-tracker-admin"]
---

# List Admin Regions

`GET /api/v1/admin/source-tracker/regions`

Every active region with its authoritative latest published week.

The review table used to read published state from the PUBLIC index
(``/public/source-tracker/regions``), which carries an hour-long shared-cache
header. A region approved since the last cache fill therefore still read as
unpublished there — and because an approved snapshot also drops out of the
pending queue, its row fell through to "Never scanned" moments after it was
in fact published. This route sets no cache headers, so the table always
reflects committed DB state; the pending-queue status still supplies the
not-yet-published states (pending / incomplete / rejected).

## Response `200`

Successful Response

- TrackerAdminRegionListResponse
  - `items` TrackerAdminRegionItem[], required
    - `slug` string, required
    - `display_name` string, required
    - `country` string, required
    - `published_week_start_date` string, date, nullable
    - `scanning` boolean

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
