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

# Latest Overall Summary

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

Returns pre-generated AI summary artifact for overall project activity. No server-side computation occurs on request.

## Path parameters

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

## Response `200`

AI-generated project summary artifact

- 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` — Artifact not yet published 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)
