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

iai queue-items get

Get a queue item

Synopsis

Get detailed information about a queue item.

iai queue-items get <item-id> [flags]

Examples

  iai queue-items get item-456 --queue-id queue-123
  iai queue-items get item-456 --queue-id queue-123 --json
  iai queue-items get item-456 --queue-id queue-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
      --queue-id string       Queue ID (required)
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?