[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-22 UTC."],[[["\u003cp\u003eThis page details how to retrieve a publicly listed Google Cloud service using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe required URL format for the request is \u003ccode\u003eGET https://cloudbilling.googleapis.com/v2beta/{name=services/*}\u003c/code\u003e, where the \u003ccode\u003ename\u003c/code\u003e parameter specifies the service to retrieve.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for retrieving the service must be empty.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns an instance of the \u003ccode\u003eService\u003c/code\u003e object, detailed in the documentation provided.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully make this request, one of the following authorization scopes is needed: \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e, \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-billing\u003c/code\u003e, or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-billing.readonly\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: services.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets a publicly listed Google Cloud `service`.\n\n### HTTP request\n\n`GET https://cloudbilling.googleapis.com/v2beta/{name=services/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Service](/billing/docs/reference/pricing-api/rest/v2beta/services#Service).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloud-billing`\n- `https://www.googleapis.com/auth/cloud-billing.readonly`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]