Skip to main content

Retrieve all messages from Matrix

Retrieve all messages from Matrix.

Application

  • Matrix

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
Room IDThe token to start returning events from. This token can be obtained from a prev_batch token returned for each room by the sync APIText (Short)Yes
Return all?Whether to return all results or only up to a given limitTrue/FalseYes
LimitMax number of results to returnNumberNo
FilterA JSON RoomEventFilter to filter returned events with. More information can be found at https://matrix.org/docs/spec/client_server/r0.6.0Text (Long)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A