Optional. Maximum 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.
pageToken
string
Optional. Page token returned from previous List Call.
filter
string
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
space.meeting_code
space.name
start_time
end_time
For example, consider the following filters:
space.name = "spaces/NAME"
space.meeting_code = "abc-mnop-xyz"
start_time>="2024-01-01T00:00:00.000Z" AND
start_time<="2024-01-02T00:00:00.000Z"
end_time IS NULL
Request body
The request body must be empty.
Response body
Response of conferenceRecords.list method.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-23 UTC."],[[["This API lists conference records, ordered by start time in descending order, with options for filtering and pagination."],["You can specify the maximum number of records to return using the `pageSize` parameter and use `pageToken` for retrieving subsequent pages."],["Filtering is supported using the `filter` parameter with fields like `space.meeting_code`, `space.name`, `start_time`, and `end_time`."],["The response body includes a list of conference records and a `nextPageToken` for pagination."],["Authorization requires specific OAuth scopes related to meetings space creation or read access."]]],["This document outlines how to list conference records using a `GET` request to `https://meet.googleapis.com/v2/conferenceRecords`. Optional query parameters include `pageSize` (maximum 100), `pageToken` for pagination, and `filter` for conditions based on meeting code, space name, start time, and end time. The request body must be empty. The response body includes an array of `conferenceRecords` and a `nextPageToken` for subsequent requests. Authorization requires specific OAuth scopes.\n"]]