Manage Indexes
Describe a restore job
Get a description of a restore job.
get/restore-jobs/{job_id}
Path parameters
job_idstring required
The ID of the restore job to describe.
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Response
Configuration information and deployment status of the restore job.
Example response
{
"restore_job_id": "670e8400-e29b-41d4-a716-446655440001",
"backup_id": "670e8400-e29b-41d4-a716-446655440000",
"target_index_name": "sample-index",
"target_index_id": "670e8400-e29b-41d4-a716-446655440002",
"status": "Completed",
"created_at": "2025-02-04T13:00:00.000Z",
"completed_at": "2025-02-04T14:00:00.000Z",
"percent_complete": 42.2
}