rooms_summary
GET /rooms/:roomID/summary/:type — Get the latest daily or weekly summary
Get the latest single summary of a given type for a room.
Type is required — daily and weekly summaries cover different windows and live in separate slots. Pass the type you want as a path segment.
For history (multiple past summaries) use GET /rooms/:roomID/summaries/:type. Same access gate as GET /rooms/:roomID.
See also: AI summaries cover broad activity per window. For specific content (did anyone mention X?), POST /search/messages with q= and roomID= is faster than reading summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Summary type — `daily` or `weekly`. | |
| roomID | Yes | Room ID |