Interface PreviewFetchDocumentsOptions

The request for the fetch_documents operation.

FetchDocumentsRequest

interface PreviewFetchDocumentsOptions {
    ids: string[];
    includeFields?: string[];
}

Properties

Properties

ids: string[]

A list of document IDs to fetch.

FetchDocumentsRequest

includeFields?: string[]

The document fields to include in the response. If not specified, all fields are returned.

FetchDocumentsRequest