Skip to main content
GET
Get the active project

Authorizations

Authorization
string
header
required

Session token from POST /auth/login, sent as Authorization: Bearer <token>.

Headers

X-Pinecone-Api-Version
string
default:2026-07

Date-based contract version, echoed back on the same header. Omit for the default (2026-07); send unstable for the in-development surface. An unrecognized value is rejected with 400 unsupported_api_version.

Response

The project, plus whether this deployment requires a workspace host

The active project plus whether this deployment requires a workspace host.

id
string
required

Pinecone project id.

name
string
required

Display name.

created_at
string<date-time>
required

When the project was created.

updated_at
string<date-time>
required

When the project last changed.

workspaces_required
boolean
required

True on a workspace-enabled cluster, where requests must use the wksp.* workspace host rather than the account host.