# Get chat messages **GET /data/entities/{entity_id}/chat/messages** Retrieve all chat messages for a specific entity. Returns a list of messages with sender information and timestamps. ## 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 messages successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Message unique identifier - **message** (string) Message content - **person_id** (string(uuid)) ID of the message sender - **created_at** (string(date-time)) Message creation timestamp - **attachments** (array[object]) Array of file attachments [Powered by Bump.sh](https://bump.sh)