Backups
List backups for an index
List all backups for an index.
GET
Authorizations
Path Parameters
Name of the backed up index
Query Parameters
The number of results to return per page.
Required range:
1 <= x <= 100
The token to use to retrieve the next page of results.
Response
200
application/json
This operation returns a list of all the backups that you have previously created, and which are associated with the given index.
The list of backups that exist in the project.
The BackupModel describes the configuration and status of a Pinecone backup.
The pagination object that is returned with paginated responses.
Example:
{ "next": "dXNlcl9pZD11c2VyXzE=" }
Was this page helpful?