Sign in

Get meeting space

documented

Gets details about a meeting space.

GET /v2/{name=spaces/*}Spacesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

Note: Official Google Meet REST API docs show the endpoint to get a space as GET https://meet.googleapis.com/v2/{name=spaces/*} with the base service URL https://meet.googleapis.com. A space can be addressed by its resource name spaces/{space} or by its meetingCode alias spaces/{meetingCode}. The following command uses the spaces/{space} form. ([developers.google.com](https://developers.google.com/meet/api/reference/rest/v2/spaces/get?utm_source=openai))