Motion Logo Motion API Documentation
Support
API Keys

Get Comments

Get all comments on a task

GET v1 / comments

Authorization

Authorization string required

Bearer authentication header of the form Bearer <token> where <token> is your auth token.

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

Was this page helpful?