List Rooms
GET/api/meet/rooms
List meeting rooms with filters
- status: Filter by status (scheduled, active, ended)
- room_type: Filter by type (instant, scheduled)
- from_date: Filter rooms created after this date
- to_date: Filter rooms created before this date
- exclude_call_rooms: If true, exclude call escalation rooms (title starts with 'Call with')
- limit: Number of rooms to return (max 100)
- offset: Pagination offset
Request
Responses
- 200
- 422
Successful Response
Validation Error