Lists every event subscription for an agent — branches, files, and child agents. PrintsDocumentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
no subscriptions if the agent has none.
Synopsis
Arguments
Output
Each subscription prints on its own line, prefixed by its type.Examples
List subscriptions
No subscriptions
Agent with child subscriptions
Self-list on a VM
When running on an agent VM, omit the slug:Errors
| Code | Meaning | What to do |
|---|---|---|
INVALID_ARGUMENT | Slug is required when not running on a VM. | Provide the agent slug as a positional argument. |
NOT_FOUND | No agent with that slug exists. | Check the slug spelling. Use murmur ls to see running agents. |
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
Related
- Events — concept overview
- Agents — concept overview
murmur subscriptions add— subscribe to branch or file eventsmurmur subscriptions remove— unsubscribe from specific eventsmurmur subscriptions flush— remove all subscriptions for an agent