Skip to main content
GET
List workspaces

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-07
required

Required date-based version header

Query Parameters

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

This operation returns a list of all the workspaces that you have previously created, and which are associated with the given project.

The list of workspaces that exist in the project.

workspaces
object[]
required

List of workspaces in the project

pagination
object

Pagination information. Present only when more results are available; absent on the final page.

Example: