# Get all messages **GET /api/v1/conversation/{conversation_uuid}/messages** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **conversation_uuid** (string) ### Query parameters - **sort** (string) Field to sort by. Valid fields are [created_at]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 30. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)