search-content
Search workspace threads, comments, and messages. Filter by channels, authors, dates, or mentions to find specific content.
Instructions
Search across a workspace for threads, comments, and messages. Supports filtering by channels, authors, dates, and mentions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. | |
| query | Yes | The search query string. | |
| cursor | No | Cursor for pagination. | |
| dateTo | No | End date for filtering (YYYY-MM-DD). | |
| dateFrom | No | Start date for filtering (YYYY-MM-DD). | |
| authorIds | No | Filter by author user IDs. | |
| channelIds | No | Filter by channel IDs. | |
| mentionSelf | No | Filter by mentions of current user. | |
| workspaceId | Yes | The workspace ID to search in. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| query | Yes | ||
| cursor | No | ||
| hasMore | Yes | ||
| results | Yes | ||
| workspaceId | Yes | ||
| totalResults | Yes |