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

# Overall Summary by Date

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

Returns specific dated snapshot of overall project summary artifact

## Path parameters

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

## Response `200`

AI-generated project summary for specific date

- SummaryResponse
  - `version` string, required
  - `type` 'overall' | 'repository' | 'contributor', required
  - `interval` 'day' | 'week' | 'month', required
  - `date` string, date, required
  - `generatedAt` string, date-time, required
  - `sourceLastUpdated` string, date-time
  - `contentHash` string — SHA-256 hash of the content for cache validation
  - `content` string, required — Markdown-formatted summary content
  - `metadata` object
    - `entityId` string
    - `repoId` string
    - `owner` string
    - `repo` string
    - `username` string

## Other responses

- `404` — No snapshot exists for this date

---

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