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

iai collections chunks list

List chunks (keyset-paginated)

iai collections chunks list <collection> [flags]

Examples

  iai collections chunks list docs -d my-db --limit 20
  iai collections chunks list docs -d my-db --cursor <token>

Options

      --cursor string         Opaque cursor from a previous page
  -d, --database string       Database that holds the collection (required)
      --filter string         Metadata filter as a JSON object
  -h, --help                  help for list
      --json                  Output raw API response as JSON
      --limit int             Page size (1-1000, default 100)
  -o, --organization string   Organization name
      --prefix string         Only chunks whose id has this prefix
  -p, --project string        Project name
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?