[[["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-08-06 UTC."],[[["\u003cp\u003eThis webpage details how to retrieve a specific device using a GET request to the provided URL.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter, specifying the device ID, is a required field in the request URL.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003ecustomer\u003c/code\u003e query parameter can be used to specify the customer the device belongs to.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty when retrieving a device.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires authorization via one of the listed OAuth scopes.\u003c/p\u003e\n"]]],[],null,["# Method: devices.get\n\nRetrieves the specified device.\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1beta1/{name=devices/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query 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 [Device](/identity/docs/reference/rest/v1beta1/devices#Device).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.devices.readonly`\n- `https://www.googleapis.com/auth/cloud-identity.devices`\n- `https://www.googleapis.com/auth/cloud-identity`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]