Get memory timeline
get_timelineRetrieve authorized timeline events newest first for recent history or session resumption. Read-only, with optional filters for session, type, and bucket.
Instructions
Read authorized timeline events newest first. Requires memory:read and makes no memory changes. Use it for recent history or session resumption; use recall_context for semantic multi-memory context. limit is clamped to 1-500; session_id and event_type are exact filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events to return; values are clamped to 1-500. | |
| scope | No | Optional authorized scope; blank uses the token default. | |
| bucket | No | Accessible bucket filter; % includes all accessible buckets. | % |
| event_type | No | Optional exact event type after lowercase normalization. | |
| session_id | No | Optional exact session ID filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |