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

iai queues get

Get an annotation queue

Synopsis

Get detailed information about an annotation queue.

iai queues get <id> [flags]

Examples

  iai queues get queue-123
  iai queues get queue-123 --json
  iai queues get queue-123 -o my-org -p my-project --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
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

  • iai queues - Annotation queues for human review workflows

Last updated

Was this helpful?