Skip to content
Observe
AGH RuntimeObserve

agh observe events

Read cross-session observability events

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

agh observe events

Read cross-session observability events

agh observe events [flags]

Options

      --agent string     Filter by agent name
      --follow           Stream new events over SSE
  -h, --help             help for events
      --last int         Show only the most recent N events
      --session string   Filter by session id
      --since string     Show events since an RFC3339 timestamp or relative duration
      --type string      Filter by event type

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 observe events -o json

On this page