Method: projects.getBillingInfo

Gets the billing information for a project. The current authenticated user must have the resourcemanager.projects.get permission for the project, which can be granted by assigning the Project Viewer role.

HTTP request

GET https://cloudbilling.googleapis.com/v1/{name=projects/*}/billingInfo

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the project for which billing information is retrieved. For example, projects/tokyo-rain-123.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ProjectBillingInfo.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/cloud-billing
  • https://www.googleapis.com/auth/cloud-billing.readonly

For more information, see the Authentication Overview.