googleapis.com

A data platform for customers to create, manage, share and query data.

🔑 oauth2 36 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Lists all projects to which you have been granted any project role.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://bigquery.googleapis.com/bigquery/v2/projects
Lists all jobs that you started in the specified project. Job information is …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://bigquery.googleapis.com/bigquery/v2/projects/{projectId}/jobs
Lists all datasets in the specified project to which you have been granted th…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://bigquery.googleapis.com/bigquery/v2/projects/{projectId}/datasets
Endpoints (36 total)
GET
/projects
Lists all projects to which you have been granted any project role.
GET
/projects/{projectId}/jobs
Lists all jobs that you started in the specified project. Job information is …
GET
/projects/{projectId}/datasets
Lists all datasets in the specified project to which you have been granted th…
GET
/projects/{projectId}/jobs/{jobId}
Returns information about a specific job. Job information is available for a …
GET
/projects/{projectId}/serviceAccount
Returns the email address of the service account for your project used for in…
GET
/projects/{projectId}/queries/{jobId}
Retrieves the results of a query job.
GET
/projects/{projectId}/datasets/{datasetId}
Returns the dataset specified by datasetID.
GET
/projects/{projectId}/datasets/{datasetId}/models
Lists all models in the specified dataset. Requires the READER dataset role. …
GET
/projects/{projectId}/datasets/{datasetId}/tables
Lists all tables in the specified dataset. Requires the READER dataset role.
GET
/projects/{projectId}/datasets/{datasetId}/routines
Lists all routines in the specified dataset. Requires the READER dataset role.
GET
/projects/{projectId}/datasets/{datasetId}/models/{modelId}
Gets the specified model resource by model ID.
GET
/projects/{projectId}/datasets/{datasetId}/tables/{tableId}
Gets the specified table resource by table ID. This method does not return th…
At a glance
Total SDKs10
Languages6
Endpoints36
Authoauth2
Categories2
https://bigquery.googleapis.com/bigquery/v2