---
title: "Overall Summary Manifest"
method: GET
path: "/api/summaries/overall/{interval}/index.json"
tags: ["Summaries"]
---

# Overall Summary Manifest

`GET /api/summaries/overall/{interval}/index.json`

Manifest listing all available dated summary artifacts for this interval. Returns array of published snapshots with dates and content hashes for cache validation.

## Path parameters

- `interval` 'day' | 'week' | 'month', required

## Response `200`

Manifest of available summary artifacts

- SummaryIndexResponse
  - `version` string, required
  - `type` string, required
  - `interval` 'day' | 'week' | 'month', required
  - `generatedAt` string, date-time, required
  - `items` SummaryIndexItem[], required
    - `date` string, date, required
    - `sourceLastUpdated` string, date-time
    - `contentHash` string
    - `path` string, required — Relative path to the summary file

## Other responses

- `404` — No summaries published yet for this interval

---

[API](https://skmtc.net/elizaos/apis/hiscores-api.md) · [All operations](https://skmtc.net/elizaos/apis/hiscores-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elizaos/hiscores-api/versions/69daa3a55ca9/schema)
