ktalk_list_archive
List archived KTalk meetings across a date range, returning all results in one call. Optional room filter, output as JSON or markdown.
Instructions
List archived meetings within a date window (FR-9, personal API key only).
Reads the whole window client-side across all pages — unlike
ktalk_list_recordings, this returns the full result in one call.
Args: from_date: Window start date (ISO 8601) to_date: Window end date (ISO 8601) room_names: Optional filter by room name(s) format: Output format — "raw" (JSON) or "markdown"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown | |
| to_date | Yes | ||
| from_date | Yes | ||
| room_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |