list_history_participants
Retrieve historical participant call records with filters for time range, conference, direction, quality, protocol, disconnect reason, location, and service tag. Supports pagination to limit results.
Instructions
List completed participant call legs (CDR-like records).
Time bounds apply to participant.start_time. All times are UTC ISO 8601.
Args: start_time: Lower bound (inclusive) on start_time. end_time: Upper bound (exclusive) on start_time. conference_name: Restrict to one conference name (string, not id). call_direction: "in" / "out". call_quality: "1_good" / "2_ok" / "3_bad" / "4_terrible". protocol: "sip" / "h323" / "mssip" / "webrtc" / "rtmp" / "teams" / etc. disconnect_reason: e.g. "Call disconnected", "Call failed", "Call rejected". location: system_location id or exact name. service_tag: Filter by tag carried from the parent conference. limit, offset, fetch_all: Pagination. fetch_all caps at 10,000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| end_time | No | ||
| location | No | ||
| protocol | No | ||
| fetch_all | No | ||
| start_time | No | ||
| service_tag | No | ||
| call_quality | No | ||
| call_direction | No | ||
| conference_name | No | ||
| disconnect_reason | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||