Skip to main content
GET

Authorizations

Api-Key
string
header
required

An API Key is required to call Pinecone APIs. Get yours from the console.

Headers

X-Pinecone-Api-Version
string
default:2026-04
required

Required date-based version header

Path Parameters

index_name
string
required

Name of the index whose backups are listed. When include_deleted is false or omitted, this must resolve to an active index in the project.

Query Parameters

include_deleted
boolean
default:false

When true, includes backups for every index incarnation with this name (active and deleted). When false or omitted, only the active index’s backups are included; 404 when no active index has that name.

limit
integer
default:10

The number of results to return per page.

Required range: 1 <= x <= 100
paginationToken
string

The token to use to retrieve the next page of results.

Response

Returns backups associated with the index name. With include_deleted true, backups for all versions of the index name are returned. With include_deleted false, only backups for the active index are returned, or 404 if there is no active index.

The list of backups that exist in the project.

data
object[]

List of backup objects

pagination
object | null

Cursor envelope for the next page. null (or absent) on the final page of results.

Example: