Manage Indexes
Describe a backup
Get a description of a backup.
get/backups/{backup_id}
Path parameters
backup_idstring required
The ID of the backup to describe.
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Response
Configuration information and deployment status of the backup.
Example response
{
"backup_id": "670e8400-e29b-41d4-a716-446655440001",
"source_index_name": "my-index",
"source_index_id": "670e8400-e29b-41d4-a716-446655440000",
"name": "backup-2025-02-04",
"description": "Backup before bulk update.",
"status": "Ready",
"cloud": "aws",
"region": "us-east-1",
"dimension": 1536,
"schema": {
"fields": {
"description": {
"filterable": true
},
"genre": {
"filterable": true
},
"year": {
"filterable": true
}
}
},
"record_count": 120000,
"namespace_count": 3,
"size_bytes": 10000000,
"tags": {
"tag0": "val0",
"tag1": "val1"
}
}