list_messages
Retrieve recent WhatsApp messages with filters for chat, date range, and result limits to organize and review conversations.
Instructions
List recent WhatsApp messages with optional filters.
Args:
chat: Optional chat JID to filter by
after: Only messages after this date (YYYY-MM-DD or RFC3339)
before: Only messages before this date (YYYY-MM-DD or RFC3339)
limit: Max results (default 50)Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | No | ||
| after | No | ||
| before | No | ||
| limit | No |