Method: datasets.list

Full name: projects.locations.datasets.list

Lists the health datasets in the current project.

HTTP request

GET https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*}/datasets

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the project whose datasets should be listed. For example, projects/{projectId}/locations/{locationId}.

Authorization requires the following IAM permission on the specified resource parent:

  • healthcare.datasets.list

Query parameters

Parameters
pageSize

integer

The maximum number of items to return. If not specified, 100 is used. May not be larger than 1000.

pageToken

string

The nextPageToken value returned from a previous List request, if any.

Request body

The request body must be empty.

Response body

Lists the available datasets.

If successful, the response body contains data with the following structure:

JSON representation
{
  "datasets": [
    {
      object(Dataset)
    }
  ],
  "nextPageToken": string
}
Fields
datasets[]

object(Dataset)

The first page of datasets.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results in the list.

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.