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

iai comments list

List comments

Synopsis

List comments with optional filters.

iai comments list [flags]

Examples

  iai comments list
  iai comments list --object-type TRACE --object-id trace-abc123
  iai comments list --author-user-id user-42 --limit 50 --page 2
  iai comments list --json

Options

      --author-user-id string   Filter by author user ID
      --columns strings         Columns to display for table output only (comma-separated). Cannot be used with --json or --yaml
  -h, --help                    help for list
      --json                    Output raw API response as JSON
      --limit int               Items per page (max 100)
      --object-id string        Filter by object ID
      --object-type string      Filter by object type (TRACE/OBSERVATION/SESSION/PROMPT)
  -o, --organization string     Organization name that owns the project
      --page int                Page number (starts at 1) (default 1)
  -p, --project string          Project name
      --yaml                    Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?