evolution_chat_find_messages
Search WhatsApp messages by chat and pagination. Apply filter conditions and paginate results to locate specific messages.
Instructions
Find messages, optionally filtered by chat and paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| where | No | Filter object, e.g. { key: { remoteJid: '...@s.whatsapp.net' } }. | |
| offset | No | Page size. | |
| instance | No | WhatsApp instance name. Optional if EVOLUTION_DEFAULT_INSTANCE is configured. |