Get session by ID
Get session by ID
Get a specific session by ID. See Sessions.
GET
Get session by ID
Documentation Index
Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Path Parameters
Session ID
Response
Session retrieved successfully.
Example:
"session_123"
Example:
"custom_session_123"
Example:
"ver_123"
Example:
"user_123"
Example:
"tc_123"
Structured context data. For plain text context, format is { value: "..." }
Example:
{ "value": "Session context information" }Example:
"GOAL_ACHIEVED"
Example:
"External API responded with HTTP 422: Unprocessable Entity — {\"detail\":\"model not found\"}"
Available options:
PENDING, COMPLETED, FAILED Example:
"PENDING"
Example:
{ "key": "value" }