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

    Interface RestoreJobList

    The list of restore jobs that exist in the project.

    RestoreJobList

    interface RestoreJobList {
        data: RestoreJobModel[];
        pagination?: BackupPaginationResponse;
    }
    Index

    List of restore job objects

    RestoreJobList

    RestoreJobList