curl -sS 'https://matrix.example.com/_synapse/admin/v1/rooms?search_term=eng&limit=50' -H "Authorization: Bearer $ACCESS_TOKEN"

Category: Matrix & Synapse

curl -sS 'https://matrix.example.com/_synapse/admin/v1/rooms?search_term=eng&limit=50' -H "Authorization: Bearer $ACCESS_TOKEN"

Search rooms by name, alias, or ID

Filters rooms whose name, canonical alias localpart, or room ID contains eng. This is the fastest way to find a room when you only remember part of its name. Combine with order_by=joined_members to rank by size. The plain rooms list returns everything without filtering.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.