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

iai queue-items create

Create a queue item

Synopsis

Add an item to an annotation queue.

This command requires API key authentication.

iai queue-items create [flags]

Examples

  iai queue-items create --queue-id queue-123 --object-id trace-789 --object-type TRACE
  iai queue-items create --queue-id queue-123 --object-id obs-789 --object-type OBSERVATION --status PENDING
  iai queue-items create --queue-id queue-123 --object-id trace-789 --object-type TRACE --json

Options

  -h, --help                  help for create
      --json                  Output raw API response as JSON
      --object-id string      Object ID (required)
      --object-type string    Object type: TRACE or OBSERVATION (required)
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name
      --queue-id string       Queue ID (required)
      --status string         Status (PENDING/COMPLETED)
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?