> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moss.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GetDocumentsOptions

[@moss-dev/moss](../api) / GetDocumentsOptions

# Interface: GetDocumentsOptions

Options for retrieving documents from an index.

## Properties

| Property  | Type        | Description                                                                    |
| --------- | ----------- | ------------------------------------------------------------------------------ |
| `docIds?` | `string`\[] | Optional array of document IDs to retrieve. If omitted, returns all documents. |
