Browse meeting templates. Use this to see available templates; use the returned id with manageMeetings create to start a meeting from a template. Lists meeting templates usable by the caller (system, vertical, workspace, and personal). Call this to get a `template_id` for v1CreateMeeting. Paginate with `limit` (1–100, default 20) and `offset`. No paid-tier gating.
listMeetingTemplatesBrowse meeting templates. Use this to see available templates; use the returned id with manageMeetings create to start a meeting from a template.
Lists meeting templates usable by the caller (system, vertical, workspace, and personal). Call this to get a template_id for v1CreateMeeting. Paginate with limit (1–100, default 20) and offset. No paid-tier gating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items per page (1-100) | |
| offset | No | Number of items to skip |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Array of items for the current page | |
| limit | No | Maximum number of items per page | |
| total | No | Total number of items across all pages | |
| offset | No | Number of items skipped from the beginning |