Tool to retrieve a paginated list of meeting recordings for the authenticated user or organization. Use when you need to fetch meetings with optional filtering by dates, domains, meeting type, or recorder. Supports data enrichment via include_* parameters.
teamsarrayFilter by team names. Provide a list of team names.
cursorstringPagination cursor for fetching the next page of results. The response includes a `next_cursor` field; paginate through all pages when filtering by date range to avoid missing older recordings.
recorded_byarrayFilter by recorder email addresses. Provide a list of email addresses.
created_afterstringFilter meetings created after this ISO 8601 timestamp (e.g., '2024-01-01T00:00:00Z').
created_beforestringFilter meetings created before this ISO 8601 timestamp (e.g., '2024-12-31T23:59:59Z').
include_summarybooleanNOT SUPPORTED FOR OAUTH USERS. This parameter is only available with API key authentication. OAuth authenticated users cannot use this flag on the list endpoint and must fetch summaries via the dedicated GET_RECORDING_SUMMARY action for individual recordings. Default is false.
include_transcriptbooleanNOT SUPPORTED FOR OAUTH USERS. This parameter is only available with API key authentication. OAuth authenticated users cannot use this flag on the list endpoint and must fetch transcripts via the dedicated GET_RECORDING_TRANSCRIPT action for individual recordings. Default is fal…
include_crm_matchesbooleanInclude linked CRM data in the response. Default is false.
include_action_itemsbooleanInclude action items data in the response. Default is false.
calendar_invitees_domainsarrayFilter by company domains (exact match). Provide a list of domains.
calendar_invitees_domains_typestringFilter by domain type. Options: 'all' (default), 'only_internal', 'one_or_more_external'.
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.