Gets a DeviceSession, which documents the allocation status and whether the device is allocated. Clients making requests from this API must poll deviceSessions.get.
HTTP request
GET https://devicestreaming.googleapis.com/v1/{name=projects/*/deviceSessions/*}
[[["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-02-25 UTC."],[[["This webpage describes how to retrieve a DeviceSession using a GET request to a specific URL endpoint."],["The request URL requires a path parameter named `name`, which includes the project ID and session ID."],["The request body for retrieving a DeviceSession must be empty."],["A successful response will return a DeviceSession object containing the details of the requested session."],["Access to this API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]