Skip to main content
GET
List Comment Replies

Authorizations

Authorization
string
header
required

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

Path Parameters

comment_id
string
required

Query Parameters

hub_id
string
required
sort
string
default:created_at
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]=.