# Retrieve a Conversation **GET /api/conversation/{uuid}.json** Retrieve a single conversation and its posts ## Servers - Production: https://application.textline.com (Production) ## Parameters ### Path parameters - **uuid** (string) Identifier of the Conversation to perform action with. ### Query parameters - **after_uuid** (string) The uuid of a post to use as non inclusive lower bound of post results - **before_uuid** (string) The uuid of a post to use as non inclusive upper bound of post results - **page** (number) The page of posts you want to retrieve - **page_size** (number) The number of posts to be returned (max: 50) + Default: 30 ## Responses ### 200 OK #### Body: application/json (object) - **conversation** (object) - **posts** (array) [Powered by Bump.sh](https://bump.sh)