Get Task Comments

View task comments.

Retrieve comments from a task. Results are returned in reverse chronological order (newest to oldest). By default, the request returns the 25 most recent comments.

Pagination: To fetch the next page of history (older comments), you must use the start and start_id parameters together, using the data from the last comment of the current response.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
boolean

If you want to reference a task by it's custom task id, this value must be true.

number

When the custom_task_ids parameter is set to true, the Workspace ID must be provided using the team_id parameter.
For example: custom_task_ids=true&team_id=123.

integer

The Unix timestamp (in milliseconds) of the reference comment. Required for pagination. Must be used in combination with start_id.
Value should be the date of the last comment from the previous response.

string

The unique ID of the reference comment. Required for pagination. Must be used in combination with start.
Value should be the id of the last comment from the previous response.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json