Skip to content

recall_episode

Retrieve the full contents of a past episode — all memories in order, plus the summary.

ParameterTypeRequiredDescription
idnumberYesEpisode ID

Returns the episode title, summary, and all memories stored during the episode in chronological order.

{
"id": 5
}
  • Use list_episodes first to find the right episode ID
  • The summary (from end_episode) is typically the most useful part
  • Individual memories within the episode are returned in chronological order