replay_timeline
Retrieve a chronological record of memory operations with timestamps. Filter by event type and time range to audit create, update, delete, and rollback activities.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| until | No | ||
| operations | No | ||
| limit | No |