External DocumentationTo learn more, visit the Cisco Webex documentation.
Actions
List Messages
Lists all messages in a room. Each message will include content attachments if present.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Before | List messages sent before a date and time. |
| Before Message | List messages sent before a message, by the message ID. |
| Limit | Limit the maximum number of messages in the response. Range is 1-100. |
| Mentioned People | List messages with specific people mentioned, by their ID. Insert me to display the current user’s messages. |
| Room ID | List messages in a room, by the room ID. |
| Parameter | Description |
|---|---|
| Parent ID | List messages with a parent, by the parent ID. |
{
"items": [
{
"id": "<string>",
"roomId": "<string>",
"roomType": "<string>",
"text": "<string>",
"personId": "<string>",
"personEmail": "<string>",
"created": "2018-06-20T17:05:53.757Z"
}
]
}
Was this page helpful?