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

iai agents log-fields

List available fields in structured logs

Synopsis

Scan recent logs and list the extra top-level fields present in structured (JSON) log entries.

Use the reported field names with 'iai agents logs --fields' to include them in output.

iai agents log-fields <agent_name> [flags]

Examples

  iai agents log-fields my-agent
  iai agents log-fields my-agent --since 1h

Options

  -h, --help                  help for log-fields
  -o, --organization string   Organization name
  -p, --project string        Project name
      --since string          Relative duration to scan (e.g. 5m, 1h) (default "1h")

Options inherited from parent commands

SEE ALSO

  • iai agents - Deploy AI agents with policies, routines, and tools

Last updated

Was this helpful?