Returns a paginated list of meetings accessible to the authenticated user. Supports filtering by status, date range, participants, company, room, and more.
API token from your Timeless dashboard.
Filter by one or more meeting IDs. Pass multiple values to fetch specific meetings: ?id=mtg_abc&id=mtg_def
Filter by ownership scope.
all — all accessible meetingsowned — meetings you hostedshared — meetings shared with youowned, shared, all Filter by meeting status: completed, processing, scheduled, or failed.
completed, processing, scheduled, failed Filter meetings starting on or after this date. Format: YYYY-MM-DD.
Filter meetings starting on or before this date. Format: YYYY-MM-DD.
Search by meeting title (substring match).
Semantic search query. Finds meetings whose content is relevant to the query, not just title matches.
Filter by participant name or email.
Filter by company name or domain.
Filter by room ID (e.g., room_abc123).
Expand related resources inline. Supported values: documents.
documents Pagination cursor from a previous response's next_cursor.
Number of results per page (1–100).
1 <= x <= 100