Search Messages
ethora-messages-search-v2Search chat messages within an app by query, filtering by room, author, and date range. Specify an app to retrieve relevant results from its message history.
Instructions
Search an App's chat messages (GET /v2/apps/:appId/messages/search). B2B / tenant-actor auth. Filter by room (chatId), author (fromUserId), and time window.
Requires: a selected app (ethora-app-select) or an explicit appId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query. | |
| mode | No | ||
| sort | No | ||
| appId | No | Required in B2B mode unless already selected via ethora-app-select. | |
| limit | No | ||
| since | No | ISO date lower bound. | |
| until | No | ISO date upper bound. | |
| chatId | No | ||
| offset | No | ||
| fromUserId | No |