{ "operationId": "get-comment-thread", "method": "GET", "path": "/sites/{site_id}/comments/{comment_thread_id}", "summary": "Webflow Get Comment Thread", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": { "code": "bad_request", "message": "Bad Request: Request is malformed", "externalReference": null, "details": [] } }, { "status": "401", "contentType": "application/json", "example": { "code": "not_authorized", "message": "Request not authorized", "externalReference": null, "details": [] } }, { "status": "404", "contentType": "application/json", "example": { "code": "resource_not_found", "message": "Requested resource not found: The site cannot be found", "externalReference": null, "details": [] } }, { "status": "429", "contentType": "application/json", "example": { "code": "too_many_requests", "message": "Too many requests", "externalReference": null, "details": [] } }, { "status": "500", "contentType": "application/json", "example": { "code": "internal_error", "message": "An Internal Error occurred", "externalReference": null, "details": [] } } ] }