This API lets a client find the context of an event. This is designed primarily to investigate abuse reports.
```
GET /_synapse/admin/v1/rooms/<room_id>/context/<event_id>
```
This API mimmicks [GET /_matrix/client/r0/rooms/{roomId}/context/{eventId}](https://matrix.org/docs/spec/client_server/r0.6.1#get-matrix-client-r0-rooms-roomid-context-eventid). Please refer to the link for all details on parameters and reseponse.
Example response:
```json
{
"end":"t29-57_2_0_2",
"events_after":[
{
"content":{
"body":"This is an example text message",
"msgtype":"m.text",
"format":"org.matrix.custom.html",
"formatted_body":"<b>This is an example text message</b>"