rooms_inbox
GET /rooms/inbox/:type — List your rooms by type
Returns your subscribed rooms filtered to a single type. Same shape as GET /rooms but scoped — e.g. /rooms/inbox/dm returns DMs only, /rooms/inbox/group returns group DMs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Room type filter. Allowed: `channel`, `dm`, `group`, `discussion`, `quick-question`, `event`. | |
| limit | No | Max results (1-100) | |
| cursor | No | Cursor from a previous response's `nextCursor`. Pass to fetch the next page. |