List commentsget https://{hostname}/case-management/v3/cases/{caseId}/commentsFetches comments added to a specific case. You can set the limit parameter as the maximum number.Path ParamscaseIdstringrequiredlength ≤ 20Identifier for each case. To get this value, run the List cases operation.Query Paramslimitinteger1 to 200Defaults to 50Data rows to fetch starting from the most recent. The maximum number of items is 200, 50 by default.cursorstringCursor value for pagination. It occurs only if there's a next page of the results.Response 200The response returns case comments.Updated about 1 month ago