---
title: "List Admin Top Sources"
method: GET
path: "/api/v1/admin/source-tracker/top-sources"
tags: ["source-tracker-admin"]
---

# List Admin Top Sources

`GET /api/v1/admin/source-tracker/top-sources`

Each active, published region's latest aggregates — uncached.

The source-logo manager derives the set of top source domains from this so
an admin can add a mark the moment a new region is published. Reading the
PUBLIC index instead inherited its CDN cache, so a freshly approved region's
top source stayed invisible in the manager for the cache window. This admin
route sets no cache headers, so it always reflects committed DB state —
mirroring why ``list_admin_regions`` exists.

## Response `200`

Successful Response

- TrackerAdminTopSourceListResponse
  - `items` TrackerAdminTopSourceItem[], required
    - `slug` string, required
    - `display_name` string, required
    - `display_aggregates` object, required

---

[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)
