list_meetings
Retrieve a list of meetings from Jamie AI with IDs, titles, and timestamps. Filter by date range, tag, user email, and paginate through results.
Instructions
List meetings from Jamie AI. Returns meeting IDs, titles, and timestamps. Use get_meeting to retrieve full details of a specific meeting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag name (personal key only) | |
| limit | No | Number of meetings to return (1-100, default 50) | |
| cursor | No | Pagination cursor from a previous response | |
| endDate | No | ISO 8601 date — only return meetings starting on or before this date | |
| startDate | No | ISO 8601 date — only return meetings starting on or after this date | |
| userEmail | No | Filter by user email (workspace key only) |