curl -sS 'https://matrix.example.com/_synapse/admin/v1/event_reports/5' -H "Authorization: Bearer $ACCESS_TOKEN"

Category: Matrix & Synapse

curl -sS 'https://matrix.example.com/_synapse/admin/v1/event_reports/5' -H "Authorization: Bearer $ACCESS_TOKEN"

Show full details of one event report

Returns the complete report record plus event_json, the full signed content of the reported message, which is what you need to judge a moderation case. The numeric report ID comes from the list endpoint. If the message must go, redact it with the client redaction endpoint or the bulk user redaction API.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.