DEMO A showcase of hev ask⌘K agentic search — running on Coder's real docs. Unaffiliated with Coder; not the official documentation. Official Coder docs ↗ Add ask to your docs ↗
Documentation › task status

task status

Show the status of a task.

Aliases:

  • stat

Usage

coder task status [flags]

Description

  - Show the status of a given task.:

     $ coder task status task1

  - Watch the status of a given task until it completes (idle or stopped).:

     $ coder task status task1 --watch

Options

—watch

Typebool
Defaultfalse

Watch the task status output. This will stream updates to the terminal until the underlying workspace is stopped.

-c, —column

Type[id|organization id|owner id|owner name|owner avatar url|name|display name|template id|template version id|template name|template display name|template icon|workspace id|workspace name|workspace status|workspace build number|workspace agent id|workspace agent lifecycle|workspace agent health|workspace app id|initial prompt|status|state|message|created at|updated at|state changed|healthy]
Defaultstate changed,status,healthy,state,message

Columns to display in table output.

-o, —output

Typetable|json
Defaulttable

Output format.

esc