list_vmrs
Retrieve a list of Virtual Meeting Rooms from Pexip Infinity, with filtering by name, name substring, tag, and pagination control.
Instructions
List VMRs (Pexip conference objects with service_type=conference).
Args: name: Exact name match. name_contains: Case-insensitive substring match on name. tag: Filter by tag. limit: Max results (default 20). Use 0 to return all (avoid on large platforms). offset: Pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| name | No | ||
| limit | No | ||
| offset | No | ||
| name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||