---
title: "Weekly AI digests for a collection"
method: GET
path: "/collections/{slug}/digests"
tags: ["Collections"]
---

# Weekly AI digests for a collection

`GET /collections/{slug}/digests`

Returns AI-generated weekly "mini blog post" digests for the collection, newest-first, cursor-paginated. Rows omit `body`/`releaseIds` — fetch a single week via `GET /v1/collections/:slug/digests/:weekStart` for the full row. Digests are generated on ET Mondays for the just-closed week by the collection-summaries cron and only exist for weeks that cleared the quality floor (>=3 substantive releases).

## Path parameters

- `slug` string, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Weekly digests for the collection.

- object
  - `digests` object[], required
    - `id` string, required
    - `weekStart` string, required
    - `title` string, required
    - `intro` string, required
    - `releaseCount` integer, required
    - `generatedAt` string, required
  - `pagination` object, required
    - `nextCursor` string, nullable, required
    - `limit` integer, required

## Other responses

- `404` — No collection with that slug.

---

[API](https://skmtc.net/releases/apis/releases-api.md) · [All operations](https://skmtc.net/releases/apis/releases-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/releases/releases-api/revisions/168e32061f53/schema)
