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

iai variables list

List variables in a project

Synopsis

List variables in a specific project.

Returns all variables with their name, labels, tags, and last update time. Folders are shown with a trailing "/" (colored when stdout is a terminal) and can be browsed into with --folder.

iai variables list [flags]

Examples

  iai variables list
  iai variables list --folder my-folder
  iai variables list --folder my-folder/sub-folder
  iai variables list --page 2 --limit 10

Options

      --folder string         List items inside the given folder path
  -h, --help                  help for list
      --json                  Output response as JSON
      --limit int             Number of items per page (default: 50)
  -o, --organization string   Organization name that owns the project
      --page int              Page number for pagination
  -p, --project string        Project name that owns the prompts
      --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?