Skip to content
Cli referenceNotificationsPresets
AGH RuntimeNotifications

agh notifications presets list

List notification presets

Audience
Operators running durable agent work
Focus
Notifications guidance shaped for scanability, day-two clarity, and operator context.

agh notifications presets list

List notification presets

agh notifications presets list [flags]

Options

      --built-in      Only show presets with this built-in value
      --enabled       Only show presets with this enabled value
  -h, --help          help for list
      --limit int     Maximum number of presets to return
      --name string   Filter by preset name

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

Every AGH command supports -o, --output:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

agh notifications presets list -o json

On this page