Method: projects.datasets.get

  • Retrieves a specific dataset's information using its resource name, including optional version tags.

  • Requires an empty request body and returns aDataset object upon success.

  • Needscloud-platform OAuth scope andmapsplatformdatasets.datasets.get IAM permission for access.

  • Utilizes gRPC Transcoding syntax in the HTTP request URL for resource identification.

Gets the dataset.

HTTP request

GET https://mapsplatformdatasets.googleapis.com/v1/{name=projects/*/datasets/*}

The URL usesgRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Resource name. Format: projects/{project}/datasets/{datasetId}

Can also fetch some special versions by appending "@" and a tag. Format: projects/{project}/datasets/{datasetId}@{tag}

Tag "active": The info of the latest completed version will be included, and NOT_FOUND if the dataset does not have one.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance ofDataset.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

IAM Permissions

Requires the followingIAM permission on thename resource:

  • mapsplatformdatasets.datasets.get

For more information, see theIAM documentation.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-27 UTC.