Admin List Comments
comments-admin
Admin List Comments
Admin list comments for a hub — optionally filtered by target.
Includes tombstoned (is_deleted=True) comments for moderation review. filter[target_type] and filter[target_id] are optional; when omitted the route returns an empty list (a full cross-target scan is deferred to a future search endpoint).
GET
Admin 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": "..." } }