fetch_history
Page through memory history by type and time. Enables chronological timeline review, pre-delete verification, and post-delete re-checks.
Instructions
Page through historical memories in a space by memory_type. Useful for chronological timeline review when recall's relevance ranking is not sufficient, or when you need to browse all memories of a type. This is the primary tool for timeline review, pre-delete verification, and post-delete re-checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1-100) | |
| offset | No | Pagination offset (0-based) | |
| user_id | No | Optional user ID to filter memories. Defaults to the MCP client's identity. | |
| end_time | No | ISO 8601 end time with timezone (naive values default to UTC) | |
| space_id | Yes | Memory space to fetch. Use the same space you would brief or recall when reviewing a timeline. | |
| start_time | No | ISO 8601 start time with timezone (naive values default to UTC) | |
| memory_type | No | Memory type to page through. Cloud v1 supports episodic_memory, profile, agent_case, and agent_skill. event_log and foresight are legacy v0-only and return UNSUPPORTED_UPSTREAM on Cloud v1. | episodic_memory |
| include_metadata | No | Whether to include metadata in each item |