[[["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-10 UTC."],[[["\u003cp\u003eRetrieves information about a specific location using the \u003ccode\u003eprojects.locations.get\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eUses a \u003ccode\u003eGET\u003c/code\u003e request with the location's resource name (\u003ccode\u003eprojects/{project}/locations/{location}\u003c/code\u003e) as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eRequires an empty request body and returns a \u003ccode\u003eLocation\u003c/code\u003e object in the response upon success.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope and the \u003ccode\u003edocumentai.locations.get\u003c/code\u003e IAM permission.\u003c/p\u003e\n"]]],[],null,["# Method: locations.get\n\n**Full name**: projects.locations.get\n\nGets information about a location.\n\n### HTTP request\n\n`GET https://{endpoint}/v1/{name}`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/document-ai/docs/reference/rest#rest_endpoints).\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](/document-ai/docs/reference/rest/Shared.Types/ListLocationsResponse#Location).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `documentai.locations.get`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]