---
title: "Get Coverage"
method: GET
path: "/snapshots/{snapshot_id}/coverage"
tags: ["dashboard"]
---

# Get Coverage

`GET /snapshots/{snapshot_id}/coverage`

## Path parameters

- `snapshot_id` string, required

## Query parameters

- `fields` string — As on /docs. The coverage views read freshness and confidence only, so 'summary' costs them nothing.

## Response `200`

Successful Response

- CoverageResponse
  - `available` boolean, required
  - `wiki_format` string
  - `reindex_recommended` boolean
  - `reindex_recommended_reason` string, nullable
  - `total_pages` integer
  - `fresh` integer
  - `stale` integer
  - `outdated` integer
  - `pages` object[]

## Other responses

- `422` — Validation Error

---

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