Maximum number of recordings to return. The service might return fewer than this value. If unspecified, at most 10 recordings are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
pageToken
string
Page token returned from previous List Call.
Request body
The request body must be empty.
Response body
Response for recordings.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."],[[["Lists conference recording resources, ordered by start time in ascending order, with a maximum of 10 recordings returned by default."],["Allows for pagination using `pageSize` and `pageToken` query parameters to retrieve larger sets of recordings."],["Returns a list of recordings and a `nextPageToken` for further retrieval if necessary."],["Requires specific authorization scopes for access, such as `meetings.space.created` or `meetings.space.readonly`."],["Provides an example HTTP request and details on path and query parameters, request/response bodies, and JSON representation."]]],["This outlines retrieving conference recording resources using a `GET` request to a specific URL format: `https://meet.googleapis.com/v2/{parent=conferenceRecords/*}/recordings`. Key actions include specifying the `parent` in the path, using optional `pageSize` and `pageToken` query parameters for pagination, and ensuring an empty request body. The response contains a list of `recordings` and a `nextPageToken` for subsequent calls if available. The process also requires specific authorization scopes.\n"]]