Skip to main content
Lists all tasks in an agent’s checklist. Returns a JSON array of task objects including their IDs, subjects, statuses, and dependency edges. A task with an activation condition is dormant until the condition is met — filesModified activates once the agent pushes a commit in the current run touching a file matching the pattern. Activation is evaluated against the agent’s pushed files, not against which checks CI runs. Dormant tasks don’t block the agent from finishing and shouldn’t be worked on; active incomplete tasks must be completed. Equivalent to murmur task ls in the CLI.

Parameters

Response

Returns a JSON array of task objects.

Examples

List own tasks

Response:

List another agent’s tasks

Errors