List rooms for organization
Get light metadata for rooms owned by the organization. Results are paginated using cursor-based pagination. Rooms are sorted by creation date (newest first) for consistent ordering. Use the optional from query parameter to specify a room ID to start from (inclusive). If omitted, starts from the newest room. Use the optional pageSize parameter to control how many rooms to return (2-100, default 100). The hasMore field indicates if there are additional rooms available. The total field shows the total number of rooms in the organization. This endpoint can be used to loop through all rooms and get full room details one-by-one using the room/ endpoint. Authenticate using Bearer token with your Noux API key.
Authorizations
Noux API key from your integration settings
Headers
Bearer token with Noux API key
Query Parameters
Optional room ID to start from (inclusive). The specified room will be included in the results. Must belong to your organization.
Number of rooms per page. Must be between 2 and 100. Default is 100.
^\d+$Response
Rooms list retrieved successfully