curl -sS "https://api.pinecone.io/backup-schedules/${SCHEDULE_ID}/history" \
-H "api-key: ${PINECONE_API_KEY}" \
-H "X-Pinecone-API-Version: unstable"
{
"data": [
{
"backup_id": "16098c2f-f9ff-4db3-b8b2-4b02d119cd53",
"source_index_id": "d40265e4-a492-402b-9cf1-973b4908b7a0",
"source_index_name": "my-index",
"tags": {},
"name": "my-nightly-backup-20260424T060000Z",
"description": null,
"status": "Scheduled",
"scheduled_execution_at": "2026-04-24T06:00:00.244035Z",
"cloud": "aws",
"region": "us-east-1",
"dimension": 2,
"schema": null,
"record_count": null,
"namespace_count": null,
"size_bytes": null,
"created_at": "2026-04-23T16:36:51.511526Z"
}
],
"pagination": null
}
Backup schedules
List backup schedule history
List the execution history for a backup schedule.
GET
/
backup-schedules
/
{schedule_id}
/
history
curl -sS "https://api.pinecone.io/backup-schedules/${SCHEDULE_ID}/history" \
-H "api-key: ${PINECONE_API_KEY}" \
-H "X-Pinecone-API-Version: unstable"
{
"data": [
{
"backup_id": "16098c2f-f9ff-4db3-b8b2-4b02d119cd53",
"source_index_id": "d40265e4-a492-402b-9cf1-973b4908b7a0",
"source_index_name": "my-index",
"tags": {},
"name": "my-nightly-backup-20260424T060000Z",
"description": null,
"status": "Scheduled",
"scheduled_execution_at": "2026-04-24T06:00:00.244035Z",
"cloud": "aws",
"region": "us-east-1",
"dimension": 2,
"schema": null,
"record_count": null,
"namespace_count": null,
"size_bytes": null,
"created_at": "2026-04-23T16:36:51.511526Z"
}
],
"pagination": null
}
Documentation Index
Fetch the complete documentation index at: https://docs.pinecone.io/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires
X-Pinecone-API-Version: unstable.status is Scheduled, the scheduled_execution_at field indicates the planned run time. Supports pagination.
Path parameters
The ID of the backup schedule.
Query parameters
The maximum number of results to return.
A token for fetching the next page of results.
curl -sS "https://api.pinecone.io/backup-schedules/${SCHEDULE_ID}/history" \
-H "api-key: ${PINECONE_API_KEY}" \
-H "X-Pinecone-API-Version: unstable"
{
"data": [
{
"backup_id": "16098c2f-f9ff-4db3-b8b2-4b02d119cd53",
"source_index_id": "d40265e4-a492-402b-9cf1-973b4908b7a0",
"source_index_name": "my-index",
"tags": {},
"name": "my-nightly-backup-20260424T060000Z",
"description": null,
"status": "Scheduled",
"scheduled_execution_at": "2026-04-24T06:00:00.244035Z",
"cloud": "aws",
"region": "us-east-1",
"dimension": 2,
"schema": null,
"record_count": null,
"namespace_count": null,
"size_bytes": null,
"created_at": "2026-04-23T16:36:51.511526Z"
}
],
"pagination": null
}
Was this page helpful?
⌘I