# Return comments **GET /comments** Return comments on a post with postId={id}. ## Servers ## Parameters ### Query parameters - **postId** (string) The postId which we want the comments ## Responses ### 200 A list of comments JSON format #### Body: (array[object]) - **id** (string) The comment id. - **postId** (string) The comment postId. - **name** (string) The name of the comment. - **email** (string) The email of the user who posted the comment. - **body** (string) The comment body. [Powered by Bump.sh](https://bump.sh)