# Retrieve comments of specified FreshInvestigation Report Returns the Fresh Investigation Report comments for a specific order. Endpoint: GET /freshinvestigations/{orderId}/comments Version: 1.10.9 Security: bearerToken ## Path parameters: - `orderId` (string, required) FreshInvestigation Report Id ## Response 200 fields (application/json): - `totalCount` (integer) Total number of comments for a FreshInvestigation Report - `comments` (array) - `comments.userID` (string) user id Example: "CSC_123456" - `comments.comment` (string) comments about the FreshInvestigation Report Example: "testing comments" - `comments.creationDate` (string) The time when comment has been posted. Example: "2023-03-10T05:44:06.000Z" ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected