Retrieves a single conversation with its complete history of messages and function calls, sorted chronologically.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the app.
The unique identifier of the conversation.
OK
Unique identifier for the conversation.
Unix timestamp (in seconds) of when the conversation was created.
The object type. Always 'conversation'.
The external user identifier associated with this conversation, if one was provided at creation.
The custom title set for this conversation, if any.
AI-generated conversation title in supported locales. Keys are locale codes (e.g. 'en-ca', 'fr-ca').
{
"en-ca": "<generated title in English>",
"fr-ca": "<generated title in French>"
}The list of messages in the conversation.