Skip to content
Hooks
AGH RuntimeHooks

agh hooks list

List resolved hooks in pipeline order

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

agh hooks list

List resolved hooks in pipeline order

agh hooks list [flags]

Options

      --agent string       Filter by agent name
      --event string       Filter by hook event
  -h, --help               help for list
      --mode string        Filter by hook mode
      --source string      Filter by hook source
      --workspace string   Filter by workspace name or ID

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 hooks list -o json

On this page