Codex Cloud task status
codex_cloud_tasksRetrieve Codex Cloud background tasks or check the status of a specific task. Supports pagination, cursor-based navigation, and filtering by environment ID.
Instructions
List Codex Cloud background tasks, or (with task_id) show the status of one. Wraps the undocumented codex cloud list --json / codex cloud status <id> CLI commands — field names in the JSON list output are not guaranteed stable across Codex CLI versions. status has no --json form; its output is returned as-is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tasks to return when listing (1-20, default 20). Ignored when task_id is set. | |
| cursor | No | Pagination cursor returned by a previous list call. Ignored when task_id is set. | |
| task_id | No | If set, show the status of this one Codex Cloud task instead of listing tasks. | |
| environment_id | No | Filter the task list by environment id. Ignored when task_id is set. |