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

iai variables get

Describe a variable in detail

Synopsis

Show detailed information about a specific variable definition, including its full content.

Without flags, returns the version the server resolves by default. Use --version to retrieve a specific version number, or --label to resolve a specific label.

iai variables get <name> [flags]

Examples

  iai variables get session-vars
  iai variables get session-vars --version 3
  iai variables get session-vars --label staging

Options

  -h, --help                  help for get
      --json                  Output response as JSON
      --label string          Retrieve the version with this label
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name that owns the prompts
      --version int           Retrieve a specific version number
      --yaml                  Output response as YAML

Options inherited from parent commands

SEE ALSO

  • iai variables - Contextual attributes referenced in policies and routines

Last updated

Was this helpful?