curl -sS 'https://matrix.example.com/_synapse/admin/v1/event_reports?from=0&limit=20' -H "Authorization: Bearer $ACCESS_TOKEN"

Category: Matrix & Synapse

curl -sS 'https://matrix.example.com/_synapse/admin/v1/event_reports?from=0&limit=20' -H "Authorization: Bearer $ACCESS_TOKEN"

List events that users have reported

Shows the moderation queue: each report includes the reporter, the sender, room, reason, and an offense score. Filter with user_id, room_id, or event_sender_user_id query parameters. Paginate with from and limit. Follow up with the per-report detail endpoint, then redact the offending message or act on the sender.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.