Get a chat session
Sessions
Get a chat session
Get a chat session — Retrieves details of a specific chat session by its ID. Use when orchestrating conversations from code — creating sessions, sending messages, or listing…
GET
Get a chat session
Documentation Index
Fetch the complete documentation index at: https://docs.open.cx/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the chat session
Response
Default Response
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Available options:
open, closed_resolved, closed_unresolved Available options:
assumed_resolved, handed_off, resolved Available options:
angry, happy, neutral Session-level custom data stored on the chat session.