replay_timeline
Retrieve a chronological timeline of all memory operations, filterable by time range and operation type, including creates, updates, deletes, and rollbacks.
Instructions
Get the full timeline of memory operations. The tape you scrub through.
Shows every create, update, delete, and rollback event with timestamps.
Requires Pro tier or Novyx Cloud.
Args:
since: Start of time range (ISO timestamp).
until: End of time range (ISO timestamp).
operations: Comma-separated filter: create, update, delete, rollback.
limit: Maximum entries to return (default 100).
Returns:
JSON string with timeline entries.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| until | No | ||
| operations | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |