External DocumentationTo learn more, visit the GCP documentation.
Actions
Get BigQuery Dataset
Returns the dataset specified by datasetID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Dataset ID | Dataset ID of the requested dataset. |
| Fields | Selector specifying which fields to include in a partial response. |
| Project ID | Project ID of the requested dataset. |
{
"kind": "bigquery#dataset",
"etag": "SuPqH1qQLPlNy8KkL6BQsA==",
"id": "project:Test",
"selfLink": "https://bigquery.googleapis.com/bigquery/v2/projects/project/datasets/Test",
"datasetReference": {
"datasetId": "Test",
"projectId": "project"
},
"defaultTableExpirationMs": "5184000000",
"access": [
{
"role": "WRITER",
"specialGroup": "projectWriters"
},
{
"role": "OWNER",
"specialGroup": "projectOwners"
},
{
"role": "READER",
"specialGroup": "projectReaders"
}
],
"creationTime": "1639666438220",
"lastModifiedTime": "1639666438220",
"location": "us-central1",
"defaultPartitionExpirationMs": "5184000000",
"type": "DEFAULT"
}
Was this page helpful?