- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
List datasets of a bucket.
HTTP request
GET https://observability.googleapis.com/v1/{parent=projects/*/locations/*/buckets/*}/datasets
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent bucket that owns this collection of datasets. The format is: |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of datasets to return. If unspecified, then at most 100 datasets are returned. The maximum value is 1000; values above 1000 are coerced to 1000. |
pageToken |
Optional. A page token, received from a previous |
showDeleted |
Optional. If true, then the response will include deleted datasets. |
Request body
The request body must be empty.
Response body
Response for listing datasets.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"datasets": [
{
object ( |
| Fields | |
|---|---|
datasets[] |
The list of datasets. |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
observability.datasets.list
For more information, see the IAM documentation.