Collections
Weekly AI digests for a collection
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).
get/collections/{slug}/digests
Path parameters
slugstring required
Collection slug.
Query parameters
limitinteger
Page size. Clamped to 1–100.
cursorstring
Opaque pagination cursor returned by a prior call.
Response
Weekly digests for the collection.
Changes
Changed in 1 of the 5 revisions of this API.1
- ●
added the new
too_largeenum value to theerror/typeresponse property for the response status404response-property-enum-value-added
- ●