developer selects which accounts are listed, and include_terminal selects which phases are listed. include_terminal never widens the set of accounts — to see other developers’ agents, set developer.
Equivalent to murmur ls in the CLI.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
include_terminal | boolean | no | Also include agents in terminal states (completed, failed, canceled). Widens the phase filter only — it does not change which accounts are listed (use developer for that). Default: false (live agents only). |
developer | string | no | Which accounts to list — the only way to widen account scope. "" (default) lists only the calling account’s agents; * lists every account; alice lists one specific account. |
workspace | string | no | Workspace name. Overrides the session default. |
Response
Returns a JSON array of agent summary objects.| Field | Type | Description |
|---|---|---|
slug | string | Agent task slug. |
phase | string | Current lifecycle phase (e.g. PHASE_RUNNING, PHASE_TASK_COMPLETE). |
vm | object | VM instance name, project, zone. |
progress | object | Latest progress update — label, detail, timestamp. |
cost | number | Cumulative cost in USD. |
Examples
List active agents
Include completed agents
All developers in a workspace
Errors
| Code | Meaning | What to do |
|---|---|---|
UNAUTHENTICATED | Identity token is missing or expired. | Check credentials. |