replay_timeline
View a chronological timeline of all memory operations including creates, updates, deletes, and rollbacks, with filters for time range and operation type.
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 |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| until | No | ||
| operations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |