# Get chat details **GET /data/entities/{entity_id}/chat** Retrieve chat information and messages for a specific entity. Returns chat metadata including participants and all associated messages. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **entity_id** () ID of the entity related to the chat ## Responses ### 200: Chat information successfully retrieved #### Body Parameters: application/json (object) - **id** (string(uuid)) Chat unique identifier - **entity_id** (string(uuid)) Entity ID this chat is associated with - **participants** (array[string(uuid)]) List of participant user IDs - **messages** (array[object]) Array of chat messages [Powered by Bump.sh](https://bump.sh)