Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Interface ListDocumentsResponse

    The response for the list_documents operation.

    ListDocumentsResponse

    interface ListDocumentsResponse {
        documents: ListedDocumentRecord[];
        namespace: string;
        pagination?: Pagination;
        usage: DocumentListUsage;
    }
    Index

    The listed documents, in sorted order by ID.

    ListDocumentsResponse

    namespace: string

    The namespace the documents were listed from.

    ListDocumentsResponse

    pagination?: Pagination

    ListDocumentsResponse

    ListDocumentsResponse