search_modules_messages
Search messages using Slack's search operators, with optional pagination and full-detail mode.
Instructions
Search messages (undocumented). Set detailed=True for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results to return per page. | |
| query | Yes | Search query string, supporting Slack search operators (e.g. ``from:@user``). | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor``. | |
| detailed | No | Return the full, uncompacted response instead of the compacted summary. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||