List prior Codex sessions
codex_sessionsList locally stored Codex sessions, returning session IDs, working directories, and last activity, newest first. Filter by workspace path to locate and resume past coding sessions.
Instructions
Discover Codex sessions stored locally under ~/.codex/sessions/. Returns sessionId, cwd, and last activity for each, newest first. sessionId can be passed to codex_continue to resume. Filter by cwd to find sessions from a specific workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Filter to sessions whose recorded cwd matches this path exactly. | |
| limit | No | Cap on returned sessions (default 50, hard cap 500). |