Get Conversation
Chat
Get Conversation
Retrieve the full message history for a chat conversation
GET
Get Conversation
GET /chat/conversations/
Fetch all messages in a specific conversation. Use this to display conversation history or resume a prior chat session.Notes
- The
conversation_idis a string identifier returned when a conversation is created via POST /chat/message. - This endpoint proxies through DalyAPI to the Bubba chat service.
- Response is wrapped in
{ "result": "success", "data": ... }wheredatacontains the conversation messages. - Read-only endpoint; does not require write access.
- Returns
503if the chat service is not configured or unavailable.
