> ## 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.

# List Conversations

> List all chat conversations in the current workspace

# GET /chat/conversations

Retrieve a list of chat conversations associated with the workspace. Use this to populate a conversation history sidebar or audit past interactions.

## Notes

* This endpoint proxies through DalyAPI to the Bubba chat service.
* Response is wrapped in `{ "result": "success", "data": ... }` where `data` contains the conversation list from the chat backend.
* Read-only endpoint; does not require write access.
* Returns `503` if the chat service is not configured or unavailable.
* Use [GET /chat/conversations/{conversation_id}](/api-reference/endpoints/chat-conversations-get) to fetch the full message history for a specific conversation.
