Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface PreviewRestoreJobList

    The list of restore jobs that exist in the project.

    RestoreJobList

    interface PreviewRestoreJobList {
        data: PreviewRestoreJobModel[];
        pagination?: PreviewPaginationResponse;
    }
    Index

    List of restore job objects

    RestoreJobList

    RestoreJobList