[[["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-06-27 UTC."],[[["\u003cp\u003eThis webpage provides details on retrieving information about a location using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a specific URL structure with path parameters, including a resource name, to identify the location.\u003c/p\u003e\n"],["\u003cp\u003eNo request body is required when sending the request.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will include a Location object, as described in the documentation.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires specific OAuth scopes for access, detailed within the webpage.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.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 information about a location.\n\n### HTTP request\n\n`GET https://{endpoint}/v2beta1/{name=projects/*/locations/*}`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/dialogflow/es/docs/reference/rest#rest_endpoints).\n\nThe URLs use [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 [Location](/dialogflow/es/docs/reference/rest/v2beta1/projects.locations#Location).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/dialogflow`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]