> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Conversation

> Retrieve the full message history for a chat conversation

# GET /chat/conversations/{conversation_id}

Fetch all messages in a specific conversation. Use this to display conversation history or resume a prior chat session.

## Notes

* The `conversation_id` is a string identifier returned when a conversation is created via [POST /chat/message](/api-reference/endpoints/chat-message-send).
* This endpoint proxies through DalyAPI to the Bubba chat service.
* Response is wrapped in `{ "result": "success", "data": ... }` where `data` contains the conversation messages.
* Read-only endpoint; does not require write access.
* Returns `503` if the chat service is not configured or unavailable.
