Method: projects.datasets.get

Gets the dataset.

HTTP request

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

The URL uses gRPC 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 of Dataset.

Authorization scopes

Requires the following OAuth scope:

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

IAM Permissions

Requires the following IAM permission on the name resource:

  • mapsplatformdatasets.datasets.get

For more information, see the IAM documentation.