Google Meet
No catalog description yet.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_MEET_CONFERENCE_RECORDS_LIST", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_MEET_CONFERENCE_RECORDS_LIST", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_MEET_CONFERENCE_RECORDS_LIST --data '{ }'Tool catalog
Available tools
11 callable operations
Meet ConferenceRecords ListGOOGLE_MEET_CONFERENCE_RECORDS_LISTLists the conference records. By default, ordered by start time and in descending order.Connection2 scopes
Lists the conference records. By default, ordered by start time and in descending order.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Participants ListGOOGLE_MEET_CONFERENCE_RECORDS_PARTICIPANTS_LISTLists the participants in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted, this API defaults to `'participants/*, next_page_token'`.Connection2 scopes
Lists the participants in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted, this API defaults to `'participants/*, next_page_token'`.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Participants ParticipantSessions ListGOOGLE_MEET_CONFERENCE_RECORDS_PARTICIPANTS_PARTICIPANT_SESSIONS_LISTLists the participant sessions of a participant in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted this API defaults to `'participantsessions/*, next_page_token'`.Connection2 scopes
Lists the participant sessions of a participant in a conference record. By default, ordered by join time and in descending order. This API supports `fields` as standard parameters like every other API. However, when the `fields` request parameter is omitted this API defaults to `'participantsessions/*, next_page_token'`.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Recordings ListGOOGLE_MEET_CONFERENCE_RECORDS_RECORDINGS_LISTLists the recording resources from the conference record. By default, ordered by start time and in ascending order.Connection2 scopes
Lists the recording resources from the conference record. By default, ordered by start time and in ascending order.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords SmartNotes ListGOOGLE_MEET_CONFERENCE_RECORDS_SMART_NOTES_LISTLists the set of smart notes from the conference record. By default, ordered by start time and in ascending order.Connection2 scopes
Lists the set of smart notes from the conference record. By default, ordered by start time and in ascending order.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Transcripts Entries GetGOOGLE_MEET_CONFERENCE_RECORDS_TRANSCRIPTS_ENTRIES_GETGets a `TranscriptEntry` resource by entry ID. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.Connection2 scopes
Gets a `TranscriptEntry` resource by entry ID. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Transcripts Entries ListGOOGLE_MEET_CONFERENCE_RECORDS_TRANSCRIPTS_ENTRIES_LISTLists the structured transcript entries per transcript. By default, ordered by start time and in ascending order. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.Connection2 scopes
Lists the structured transcript entries per transcript. By default, ordered by start time and in ascending order. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet ConferenceRecords Transcripts ListGOOGLE_MEET_CONFERENCE_RECORDS_TRANSCRIPTS_LISTLists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.Connection2 scopes
Lists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonlyTags
Meet Spaces CreateGOOGLE_MEET_SPACES_CREATECreates a space.Connection1 scope
Creates a space.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdTags
Meet Spaces EndActiveConferenceGOOGLE_MEET_SPACES_END_ACTIVE_CONFERENCEEnds an active conference (if there's one). For an example, see [End active conference](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#end-active-conference).Connection1 scope
Ends an active conference (if there's one). For an example, see [End active conference](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#end-active-conference).
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdTags
Meet Spaces PatchGOOGLE_MEET_SPACES_PATCHUpdates details about a meeting space. For an example, see [Update a meeting space](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#update-meeting-space).Connection2 scopes
Updates details about a meeting space. For an example, see [Update a meeting space](https://developers.google.com/workspace/meet/api/guides/meeting-spaces#update-meeting-space).
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.settingsTags