Skip to main content
GET
List the comments on an entity

Authorizations

Authorization
string
header
required

A pc_… token generated from Settings > API & MCP.

Query Parameters

limit
integer
default:50

How many comments to return.

Required range: 1 <= x <= 100
parentId
string<uuid>
required

Id of the parent task, project or area.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
parentKind
enum<string>
required

Which kind of entity carries the comments.

Available options:
task,
project,
area

Response

Success.

comments
object[]
required