Skip to main content
Lists all tasks on an agent’s checklist. By default, prints a table with each task’s ID, subject, status, and blockers.

Synopsis

On a VM, the slug is optional — omitting it lists tasks on the current agent’s own checklist.

Arguments

Output

Table output (default)

A tab-separated table with four columns: If the agent has no tasks, the command produces no output.

JSON output

With --json, the output is a JSON array of objects:

Examples

List all tasks

List active tasks only

Filters out completed tasks and dormant conditional tasks:
In this example, t_9d4e2f1a has an --activate-when files_modified condition that has not triggered yet, so it does not appear. t_7c5b3a0e is completed, so it is also excluded.

JSON output

Self-list on a VM

When running on an agent VM, omit the slug:

Errors