Get comments

Get all comments on a task.

GET
/ v1 / comments

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

Query parameters

  • cursor
    string

    Use if a previous request returned a cursor. Will page through results.

  • taskId
    string
    required

    The task for which all comments should be returned.

Response

200 - application/json - object

  • meta
    object
    required

    Contains the nextCursor, if one exists, along with the pageSize.

  • comments
    array<object>
    required

    The list of comments on a given task.