Skip to main content
All CollectionsWrk Action LibraryMatrix
Retrieve all messages from Matrix
Retrieve all messages from Matrix
Wrk Product avatar
Written by Wrk Product
Updated over 2 months ago

Retrieve all messages from Matrix.

Application

  • Matrix

Inputs (what you have)

Name

Description

Data Type

Required?

Example

Connected Account

The connected account to use for the request

Connected Account

Yes

Room ID

The token to start returning events from. This token can be obtained from a prev_batch token returned for each room by the sync API

Text (Short)

Yes

Return all?

Whether to return all results or only up to a given limit

True/False

Yes

Limit

Max number of results to return

Number

No

Filter

A JSON RoomEventFilter to filter returned events with. More information can be found at https://matrix.org/docs/spec/client_server/r0.6.0

Text (Long)

No

Outputs (what you get)

Name

Description

Data Type

Required?

Example

JSON Output

JSON output returned by the API

Text (Long)

No

Outcomes

Name

Description

Success

This status is selected if the job has successfully completed.

Unsuccessful

This status is selected if the job has completed unsuccessfully.

Requirements

  • N/A

Did this answer your question?