Full name: projects.locations.datasets.list
Lists the health datasets in the current project.
HTTP request
GET https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*}/datasets
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The name of the project whose datasets should be listed. For example,  Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 The maximum number of items to return. If not specified, 100 is used. May not be larger than 1000. | 
| pageToken | 
 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( | 
| Fields | |
|---|---|
| datasets[] | 
 The first page of datasets. | 
| nextPageToken | 
 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.