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
List another agent’s tasks
Errors
Related
murmur task ls— equivalent CLI commandtask_create— create a new tasktask_update— update a tasktask_get— get a single task by ID