Skip to main content
GET
Admin List Comments

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
hub_id
string
required

Query Parameters

filter[target_type]
string | null
filter[target_id]
string | null
page[after]
string | null
page[size]
string | null

Response

Successful Response

JSON:API list envelope for comments.

Shape: { "data": [ , ... ], "meta": { "next_cursor": "...", "has_more": true }, "links": { "self": "..." } }

data
CommentResource · object[]
required
meta
CommentListMeta · object
required

Pagination meta for a comment list response.

next_cursor format: "<created_at ISO-8601>|" Clients pass this value as page[after]=.