history
Retrieve memories ordered by occurrence time, scoped by domain and date range, returning only live entries.
Instructions
Return memories ordered by when they occurred, optionally scoped to a domain and date range. Only live entries are returned; use forgotten or whats_stale if something seems missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Optional domain to scope | |
| from | No | Optional ISO8601 start date (inclusive), e.g. '2026-01-01' | |
| limit | No | Max results (default 20) | |
| to | No | Optional ISO8601 end date (inclusive), e.g. '2026-04-30' |