Skip to main content
GET
Retrieve all comments for a team

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Query Parameters

page_id
string

Page ID is a numerical string that identifies a Page.

card_id
string

Card ID is a numerical string that identifies a card.

filter
enum<string>

Optional filter on comments. Defaults to not filtering if not specified

Available options:
resolved,
open,
orphaned

Response

array of comments

cursor
string
required
Example:

"dmsjqh9d8w1hdjosjaasda"

count
integer
required
Example:

14

comments
object[]