List Conversations
Chat
List Conversations
List all chat conversations in the current workspace
GET
List Conversations
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": ... }wheredatacontains the conversation list from the chat backend. - Read-only endpoint; does not require write access.
- Returns
503if the chat service is not configured or unavailable. - Use GET /chat/conversations/ to fetch the full message history for a specific conversation.
