List prior Codex sessions
codex_sessionsList local Codex sessions with sessionId, working directory, and last activity. Filter by working directory to find sessions from a specific workspace.
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). |