Retrieve all comments for a specific task
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/tasks/{taskId}/comments
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/tasks/{taskId}/comments
curl -i -X GET \
'https://codeinsightapi.redocly.app/_mock/swagger/tasks/1/comments?offset=1&limit=50' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'