list_history_conferences
List completed conferences by date range, name, service type, or tag for monitoring and audit purposes.
Instructions
List completed conference instances.
Args: start_time: Lower bound (inclusive) on conference start_time. ISO 8601 in UTC, e.g. "2026-05-07T00:00:00". end_time: Upper bound (exclusive) on conference start_time. UTC ISO 8601. name: Filter by exact instance name. service_type: "conference" / "lecture" / etc. tag: Filter by service tag. limit, offset, fetch_all: Pagination controls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| name | No | ||
| limit | No | ||
| offset | No | ||
| end_time | No | ||
| fetch_all | No | ||
| start_time | No | ||
| service_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||