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

iai score-configs get

Get a score config

Synopsis

Get detailed information about a score configuration.

iai score-configs get <id> [flags]

Examples

  iai score-configs get sc_123
  iai score-configs get sc_123 -o my-org -p my-project
  iai score-configs get sc_123 --yaml

Options

  -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
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?