# Get a message **GET /api/v1/conversation/{conversation_uuid}/messages/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **conversation_uuid** (string) - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **deleted_at** (string) The timestamp of when the resource was deleted. - **contents** (string) The message contents - **edited** (boolean) Whether the message has been edited or not - **files** (array[object]) Message file attachments - **author** (object) Message author - **user** (object) Message user - **reactions** (array[object]) Array of reactions to the message [Powered by Bump.sh](https://bump.sh)