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

iai dataset-items get

Get a dataset item

Synopsis

Get detailed information about a specific dataset item.

iai dataset-items get <id> [flags]

Examples

  iai dataset-items get item-123
  iai dataset-items get item-123 --json
  iai dataset-items get item-123 --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

Last updated

Was this helpful?