| name | recall-recent |
| description | Show recent Recall memory records across all tables or a specific table |
Codex routing
Prefer memory_recall for recent cross-table context. Use the CLI when an exact table-specific recent listing is required.
The canonical workflow below remains authoritative, but equivalent behavior is not assumed across hosts.
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