rooms
GET /rooms — List your subscribed rooms
Returns every room you are subscribed to (DMs, group DMs, channels you follow, discussions, activities, event rooms), sorted by lastActivityAt descending. Cursor-paginated.
To filter by type use GET /rooms/inbox/:type (e.g. /rooms/inbox/dm for DMs only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-100) | |
| cursor | No | Cursor from a previous response's `nextCursor`. Pass to fetch the next page. |