codex_job_list
List background jobs for a workspace in reverse chronological order. Use this to recover job IDs lost after context compaction or interruption.
Instructions
List the background jobs known for this workspace, newest first.
Use to recover job_ids lost across context compaction or interruption. Returns each job's id, kind, status, start time, result_available, and expiry. Free — no model call.
This list is not permanent storage: terminal records expire after the TTL (default
24h), and a per-workspace soft cap (default 50, clamped 1-1000) evicts the oldest
terminal records as new jobs start. Running jobs are never evicted, so the list can
transiently exceed the cap; older finished jobs can silently drop off, so read a
result before its expires_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_root | No | Absolute path to the target repository root. Pass it (or rely on an MCP root) so the call targets the intended repo; otherwise it falls back to the server's own cwd and meta.workspace_warning is set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes |