List comments for an item

Returns a paginated, chronological list of human-authored comments and resolve notes for an item.
System-generated timeline events and comments authored by system users are not included.

Project, account, and user-scoped account access tokens are supported when they have read access to the item's project.
An item with no matching comments returns an empty comments array with a 200 response.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
≥ 1

The item ID

Query Params
integer

Project ID, required when using an Account Access Token with this endpoint.

integer

Page number, starting from 1. The default number of elements returned per page is 20. Set the limit parameter to update that.

integer

Sets the limit for number of items returned per page. Default is 20 and the max is 5000.

string
enum

Filter results to regular comments or resolve notes. Omit to return both.

Allowed:
Headers
string
required

Use a Project or Account Access Token with 'read' scope (Account tokens require a project_id to be specified)

Responses

400

Invalid item ID or comment type.

403

The token lacks read scope or access to the item's project.

404

The item does not exist in the token's project.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=utf-8