For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai traces get

Get a specific trace

Synopsis

Get detailed information about a specific trace.

Uses the platform API with dual authentication (API key or session).

iai traces get <trace-id> [flags]

Examples

  iai traces get abc123
  iai traces get abc123 --fields core,io,metrics
  iai traces get abc123 --json | jq '.data.trace'
  iai traces get abc123 --summary

Options

      --fields string         Field groups to include: core, io, metrics (comma-separated) (default "core,io,metrics")
  -h, --help                  help for get
      --json                  Output raw API response as JSON
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name
      --summary               Render a compact, LLM-readable summary of the turn (conditions, tools, iterations)
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

  • iai traces - Browse agent decision traces with full attribution

Last updated

Was this helpful?