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

iai queues list

List annotation queues

Synopsis

List annotation queues with pagination.

iai queues list [flags]

Examples

  iai queues list
  iai queues list --page 2 --limit 50
  iai queues list --columns id,name,description
  iai queues list -o my-org -p my-project --json

Options

      --columns strings       Columns to display for table output only (comma-separated). Cannot be used with --json or --yaml
  -h, --help                  help for list
      --json                  Output raw API response as JSON
      --limit int             Items per page (max 100)
  -o, --organization string   Organization name that owns the project
      --page int              Page number (starts at 1) (default 1)
  -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?