episodes_recent
Retrieve recent user-turn records sorted by time. Optionally filter by session ID to view specific conversation history.
Instructions
Returns the N most-recent user-turn records, time-desc. Optional session_id filter. GLOBAL across all projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | How many turns to return (default 10, max 1000). | |
| session_id | No | Filter to a specific session UUID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| turns | No |