Headers
Bearer token (JWT) from OAuth2 login
Path Parameters
The ID of the chat to retrieve
Response
Unique identifier for the chat
The chat title
ISO 8601 timestamp when created
ISO 8601 timestamp when last updated
Array of message objects in chronological order
Complete Context: This endpoint returns the full conversation history, making it ideal for loading a chat into your UI or analyzing conversation patterns.
You can only access chats that belong to your account. Attempting to access another user’s chat will result in a 404 error.

