# Retrieves a comment by its unique identifier. **GET /api/v1/comments/{commentId}** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ### Path parameters - **commentId** (string) The unique identifier of the comment to retrieve. ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) - **subject_id** (string) - **content** (string) - **author** (object | null) - **created_at** (string(date-time)) - **comment_count** (integer(int32)) - **last_comments_authors** (array[object]) - **reaction_counters** (object) - **viewer_reactions** (array[string]) ### 404 Not Found #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 500 Internal Server Error #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)