---
title: "List Snapshot Citations"
method: GET
path: "/api/v1/admin/source-tracker/snapshots/{snapshot_id}/citations"
tags: ["source-tracker-admin"]
---

# List Snapshot Citations

`GET /api/v1/admin/source-tracker/snapshots/{snapshot_id}/citations`

The cited sources for one snapshot, so a reviewer can see exactly what a
week contains before the permanent approve. Works for any snapshot state
(the public detail route serves published weeks only), ordered by rank.

## Path parameters

- `snapshot_id` string, uuid, required

## Response `200`

Successful Response

- TrackerAdminCitationListResponse
  - `items` TrackerAdminCitationItem[], required
    - `id` string, uuid, required
    - `engine` string, required
    - `domain` string, required
    - `url` string, required
    - `authority_tier` string, required
    - `evidence_count` integer, required
    - `citation_index` integer, required
    - `personas` string[], required

## Other responses

- `404` — Resource not found
- `422` — Validation Error

---

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