Search Rooms
Search for rooms, querying name, description, and specified keywords.
Last updated
Was this helpful?
Search for rooms, querying name, description, and specified keywords.
Last updated
Was this helpful?
📘 Room Search ScopeRoom search is performed on the set of:
All rooms that the calling user is a member of (private or public, active or inactive)
All active public rooms
Private rooms that the calling user is not a member of, where the room is set to be visible in search, is active and the room does not contain any user with whom the calling user has an information barrier
Note: visit Overview for an overview of streams.
🚧 Room Description SearchThe description is only searched for hashtags and cashtags containing the search query. For example if
query
werefoo
and the description of a room contained "foo", this room would not be returned in the search results; however, if the description contained "#foo", this room would be returned in the search results.
/v3/room/search
No. of results to skip.
Max no. of results to return. If no value is provided, 50 is the default. Must be a positive integer and must not exceed 100
Session authentication token.
The search query. Matches the room name and description.
automobile
Restrict the search to active/inactive rooms. If unspecified, search all rooms.
true
Restrict the search to private rooms. If unspecified, search all rooms.
true
Sort algorithm to be used. Supports two values: "BASIC" (legacy algorithm) and "RELEVANCE" (enhanced algorithm).
RELEVANCE
BASIC
, RELEVANCE
A list of room tag labels whose values will be queried.
["industry"]
Restrict the search to the specific room subtype. Valid values are: EMAIL
EMAIL