Skip to main content
GET
List project-wide query sessions (newest first)

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.

Query Parameters

limit
integer
default:50

Maximum sessions to return.

Required range: 1 <= x <= 200
queries_active
boolean
default:false

Also count the project's in-flight query turns, returned as queries_active.

Response

200 - application/json

Sessions across the project

The sessions, newest first.

sessions
object[]
required

The conversation threads.

queries_active
integer<int64>

Query turns in flight project-wide at the time of the read. Present only when the request asked for it with queries_active=true.