Skip to content

Get Task Comments

Request

Retrieve all comments for a specific task

Security
bearerAuth
Path
taskIdinteger, (int64), >= 1required

ID of the task

Example:1
Query
offsetinteger, (int64), >= 1

Index of the page to start with

Default:1
limitinteger, (int64), >= 1

Number of records to fetch

Default:50
curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/tasks/1/comments?offset=1&limit=50' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK