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

iai routines get

Describe a routine in detail

Synopsis

Show detailed information about a specific routine, 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 routines get <name> [flags]

Examples

  iai routines get onboarding-flow
  iai routines get onboarding-flow --version 3
  iai routines get onboarding-flow --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

Last updated

Was this helpful?