Open Connector
All tools

Google Meet

No catalog description yet.

google-meetv1.0.011 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

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.

Lists the conference records. By default, ordered by start time and in descending order.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonly

Tags

conferencerecords
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'`.

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 required

Scopes

https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonly

Tags

conferencerecords
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'`.

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 required

Scopes

https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonly

Tags

conferencerecords
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.

Lists the recording resources from the conference record. By default, ordered by start time and in ascending order.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonly

Tags

conferencerecords
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.

Lists the set of smart notes from the conference record. By default, ordered by start time and in ascending order.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonly

Tags

conferencerecords
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.

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 required

Scopes

https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonly

Tags

conferencerecords
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.

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 required

Scopes

https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonly

Tags

conferencerecords
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.

Lists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.readonly

Tags

conferencerecords
Meet Spaces CreateGOOGLE_MEET_SPACES_CREATECreates a space.

Creates a space.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/meetings.space.created

Tags

spaces
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).

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 required

Scopes

https://www.googleapis.com/auth/meetings.space.created

Tags

spaces
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).

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 required

Scopes

https://www.googleapis.com/auth/meetings.space.createdhttps://www.googleapis.com/auth/meetings.space.settings

Tags

spaces