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

iai dataset-items list

List dataset items

Synopsis

List items in a dataset with optional filters.

iai dataset-items list [flags]

Examples

  iai dataset-items list --dataset-name my-dataset
  iai dataset-items list --dataset-name my-dataset --source-trace-id trace-123 --limit 50
  iai dataset-items list --dataset-name my-dataset --columns id,status,input
  iai dataset-items list --dataset-name my-dataset --json

Options

      --columns strings                Columns to display for table output only (comma-separated). Cannot be used with --json or --yaml
      --dataset-name string            Dataset name (required)
  -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
      --source-observation-id string   Filter by source observation ID
      --source-trace-id string         Filter by source trace ID
      --yaml                           Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?