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 list

task list

List tasks

Aliases:

  • ls

Usage

coder task list [flags]

Description

  - List tasks for the current user.:

     $ coder task list

  - List tasks for a specific user.:

     $ coder task list --user someone-else

  - List all tasks you can view.:

     $ coder task list --all

  - List all your running tasks.:

     $ coder task list --status running

  - As above, but only show IDs.:

     $ coder task list --status running --quiet

Options

—status

Typepending|initializing|active|paused|error|unknown

Filter by task status.

-a, —all

Typebool
Defaultfalse

List tasks for all users you can view.

—user

Typestring

List tasks for the specified user (username, “me”).

-q, —quiet

Typebool
Defaultfalse

Only display task IDs.

-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]
Defaultname,status,state,state changed,message

Columns to display in table output.

-o, —output

Typetable|json
Defaulttable

Output format.

esc