session_timeline
Retrieves and lists all nodes created and navigation events in a session, sorted chronologically, to answer what occurred over time.
Instructions
Show a flat timeline of the session: nodes created + navigation events. All merged and sorted by created_at ASC. Use to answer 'what happened in this session over time?'.
workspace_id is OPTIONAL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | Optional. Falls back to env/CWD folder name / 'default' | |
| from_time | No | ISO 8601 start time (optional) | |
| to_time | No | ISO 8601 end time (optional) | |
| limit | No |