timeline
View memories in chronological order, grouped by day, week, or month. Pure chronological — no semantic search.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | No | Filter by project |
group_by | string | No | Grouping: “day”, “week”, or “month” (default: “week”) |
Return Value
Section titled “Return Value”Returns memories grouped by time period, newest first.
Examples
Section titled “Examples”Weekly timeline
Section titled “Weekly timeline”{ "project": "my-project", "group_by": "week"}Daily timeline
Section titled “Daily timeline”{ "project": "my-project", "group_by": "day"}