Fetches a list of transcripts against input filters. Metadata filters (title, host_email, organizers, participants) match transcript metadata only, not spoken content. Pagination via skip/limit may trigger HTTP 429 on rapid requests; use backoff between pages.
skipintegerNumber of transcripts to skip. Use with limit for pagination; stop when returned count is less than limit.
limitintegerMaximum number of transcripts to fetch. Maximum allowed value is 50.
titlestringTitle of the meeting. Matches meeting metadata title only, not spoken content.
to_datestringEnd date for filtering transcripts. Must be in ISO 8601 datetime format with timezone (e.g., '2024-08-26T23:59:59Z' or '2024-08-26T23:59:59+00:00'). Date-only formats are not accepted.
user_idstringThe User ID to fetch the transcripts of.
from_datestringStart date for filtering transcripts. Must be in ISO 8601 datetime format with timezone (e.g., '2024-08-16T00:00:00Z' or '2024-08-16T00:00:00+00:00'). Date-only formats are not accepted. Must be earlier than to_date. Filters are evaluated in UTC — convert local date ranges to UT…
host_emailstringEmail address of the host of the meeting. Must be a plain email address without markup or 'mailto:' prefix. Example: 'user@example.com'.
organizersarrayList of organizer email addresses to filter transcripts by.
participantsarrayList of participant email addresses to filter transcripts by.
include_summarybooleanWhether to include AI-generated summary (action items, keywords, overview, notes, etc.) in response. Can significantly increase response size. summary.action_items may be a single formatted string rather than a list — split by newline rather than iterating as an array.
organizer_emailstringDEPRECATED: Use 'organizers' instead. Email of the organizer of the meeting.
include_analyticsbooleanWhether to include analytics data (sentiments, categories, speaker stats) in response. Requires Pro+ plan. If your plan doesn't support this, the request may fail with a generic error.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.