# Get chat message **GET /data/entities/{entity_id}/chat/messages/{chat_message_id}** Retrieve a specific chat message by its ID. Returns detailed message information including content and metadata. ## 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 - **chat_message_id** () ID of the chat message ## Responses ### 200 Chat message successfully retrieved #### Body: application/json (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 - **updated_at** (string(date-time)) Message last update timestamp - **attachments** (array[object]) Array of file attachments [Powered by Bump.sh](https://bump.sh)