Retrieves the events which precede the given event

GET {{baseUrl}}/backfill/:roomId?v=$abc123:matrix.org&limit=2

Retrieves a sliding-window history of previous PDUs that occurred in the given room. Starting from the PDU ID(s) given in the v argument, the PDUs given in v and the PDUs that preceded them are retrieved, up to the total number given by the limit.

Request Params

KeyDatatypeRequiredDescription
vstring(Required) The event IDs to backfill from.
limitnumber(Required) The maximum number of PDUs to retrieve, including the given events.

RESPONSES

status: OK

{}