List comments on a taskGET/api/tasks/{taskId}/commentsPath parameterstaskIdstringrequiredResponses200Try itServerBase URLhttp://localhost:8000Custom base URLOverrides the selected server when set.ParameterstaskIdpath*SendRequestcURLJavaScriptCopyCopiedcurl -X GET "http://localhost:8000/api/tasks/string/comments"const response = await fetch("http://localhost:8000/api/tasks/string/comments", { method: "GET" });Response200No example response.