list_active_conferences
Retrieve a list of currently active conferences in Pexip Infinity, with optional filtering by name, service type, or tag.
Instructions
List currently-running conference instances.
Empty objects list = nothing is in progress right now.
Args: name: Filter by exact instance name (the dialed alias). service_type: "conference" / "lecture" / "two_stage_dialing" / "gateway" / "test_call". tag: Filter by service tag. limit: Per-page limit (ignored if fetch_all). offset: Pagination offset (ignored if fetch_all). fetch_all: Walk all pages and return up to 5,000 records combined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| name | No | ||
| limit | No | ||
| offset | No | ||
| fetch_all | No | ||
| service_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||