Skip to main content

List Active Conferences

Retrieve a list of all conference records.

External Documentation

To learn more, visit the Google Meet documentation.

Basic Parameters

ParameterDescription
Filter-

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.
Page SizeMaximum number of conference records to return. The service might return fewer than this value.
If unspecified, at most 25 conference records are returned.
The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
Page TokenPage token returned from previous List Call.

Example Output

{
"conferenceRecords": [
{
object (ConferenceRecord)
}
],
"nextPageToken": string
}

Workflow Library Example

List Active Conferences with Google Meet and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop