list_messages
Retrieve recent messages from a Google Chat space, newest first, using pagination and optional filters for targeted history review.
Instructions
List recent messages in a Google Chat space, newest first.
Args:
space: Resource name of the space, e.g. "spaces/AAAAAAAAAAA".
page_size: Max number of messages to return.
page_token: Token from a previous call to fetch the next page.
filter_expr: Optional Chat API filter, e.g.
'createTime > "2024-01-01T00:00:00Z"'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | Yes | ||
| page_size | No | ||
| page_token | No | ||
| filter_expr | No |