List Comments
comments
List Comments
List comments for a target (keyset-paginated).
Required query params: target_type, target_id, hub_id.
Optional: page[after]=<cursor>, page[size]=<int 1-100>.
GET
List Comments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Response
Successful Response
JSON:API list envelope for comments.
Shape: { "data": [ , ... ], "meta": { "next_cursor": "...", "has_more": true }, "links": { "self": "..." } }