ktalk_list_recordings
Find and list KTalk conference recordings by title, room, author, or date range. Sort, filter, and paginate results, then view them as JSON or markdown.
Instructions
List available KTalk conference recordings.
Args: query: Search by title, room name, or author start_from: Start date filter (ISO 8601, e.g. 2026-03-01) start_to: End date filter (ISO 8601) top: Number of recordings per page (1-100, default 30). The API rejects values above 100 with HTTP 400. order: Sort order (byTimeNewFirst, byTimeOldFirst, byTitle, bySizeBigFirst, bySizeSmallFirst) page_token: Pagination token from previous response format: Output format — "raw" (JSON) or "markdown" (human-readable table)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| order | No | byTimeNewFirst | |
| query | No | ||
| format | No | markdown | |
| start_to | No | ||
| page_token | No | ||
| start_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |