search_rooms
GET /search/rooms — Search rooms
Search rooms by name, description, and topic. Returns rooms that match the query AND that you have access to (subscribed-or-browsable; private rooms / DMs / group DMs you're NOT a member of are filtered out).
Query syntax (q=): plain words match with prefix + typo tolerance. Wrap a phrase in double quotes to require an exact ordered match — e.g. q="remote work". AND/OR/NOT/parentheses are NOT parsed in q= — use the structured filter params below for boolean composition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search text. Required. | |
| page | No | 1-indexed page number. | |
| type | No | Room type filter. Allowed: `channel`, `dm`, `group`, `discussion`, `quick-question`, `event`. | |
| limit | No | Max hits per page (1-100). | |
| userID | No | Scope to rooms created by this DCer. |