Skip to main content
GET
Read the stored context for a chat session

Authorizations

Authorization
string
header
required

Enter your API key with the Bearer prefix — e.g. Bearer sk_live_xxx (production) or Bearer sk_test_xxx (sandbox)

Path Parameters

sessionId
string<uuid>
required

UUID of the chat session whose context you want to retrieve.

Response

Context retrieved. context and updatedAt are null if no context has been stored.

context
string | null
updatedAt
string<date-time> | null