Skip to main content
GET
List a scenario's sessions

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

projectId
string
required

ID of the hosted project that contains the server.

scenarioId
string
required

Scenario ID, as returned by publishing an environment or by the project's scenario reads.

Body

application/json

Optional pagination cursor.

cursor
string

Opaque pagination cursor from a previous response's nextCursor. Don't parse it.

Response

A page of sessions.

items
object[]
required
nextCursor
string

Present only when another page exists.