# Get comments for an article **GET /articles/{slug}/comments** Get the comments for an article. Auth is optional ## Servers - /api: /api () ## Parameters ### Path parameters - **slug** (string) Slug of the article that you want to get comments for ## Responses ### 200 OK #### Body: application/json (object) - **comments** (array[object]) ### 401 Unauthorized ### 422 Unexpected error #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)