| name | recall-recent |
| description | Show recent Recall memory records across all tables or a specific table |
Display the most recent records from Recall memory. Shows entries across all tables by default, or filter to a specific table.
Usage
recall recent [table]
Arguments:
[table] (optional): Table to filter — messages, decisions, learnings, breadcrumbs, or all (default: all)
Options:
-p <project> — Filter by project name
-l <n> — Max results (default: 10)
Examples
recall recent
recall recent decisions
recall recent learnings -p my-api
recall recent breadcrumbs -l 20