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

iai glossaries list

List glossaries in a project

Synopsis

List glossary definitions in a specific project.

Returns all glossary entries 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 glossaries list [flags]

Examples

  iai glossaries list
  iai glossaries list --folder my-folder
  iai glossaries list --folder my-folder/sub-folder
  iai glossaries 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 glossaries - Domain vocabularies for consistent term interpretation

Last updated

Was this helpful?