List Moderation Queue
Return the duplicate-collapsed moderation queue for a hub.
Each entry represents a unique (reportable_type, reportable_id) target.
The meta block on each resource carries report_count and first_reported_at.
Top-level meta carries next_cursor (or null) and has_more for pagination.
Query parameters: filter[status] — default ‘pending’; any valid report status accepted. filter[reportable_type] — optional; restrict to discussion | comment | member | message. page[size] — 1-100, default 20. page[after] — opaque cursor from previous page’s meta.next_cursor.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
1 <= x <= 100