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

iai queue-items list

List queue items

Synopsis

List items in an annotation queue.

iai queue-items list [flags]

Examples

  iai queue-items list --queue-id queue-123
  iai queue-items list --queue-id queue-123 --status PENDING
  iai queue-items list --queue-id queue-123 --page 2 --limit 50
  iai queue-items list --queue-id queue-123 --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
      --queue-id string       Queue ID (required)
      --status string         Filter by status (PENDING/COMPLETED)
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?