GET
/
api
/
v1
/
bigquery
/
sso
/
datasets
{
  "results": [
    {
      "datasetId": "<string>",
      "location": "<string>",
      "projectId": "<string>"
    }
  ],
  "status": "ok"
}

Query Parameters

projectId
string
required

Response

200
application/json

Success

The response is of type object.