Required. The name of the debug session to retrieve. Must be of the form: organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}.
If the API proxy resource has the space attribute set, IAM permissions are checked differently . To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource name:
apigee.tracesessions.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DebugSession.
[[["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-05-04 UTC."],[[["This page details how to retrieve a debug session using a GET request to the specified URL."],["The URL requires a specific format, adhering to gRPC Transcoding syntax, and utilizes a `name` path parameter that follows a defined structure."],["The request body for this operation must be empty, and successful requests return an instance of `DebugSession`."],["Retrieving a debug session requires specific IAM permissions (`apigee.tracesessions.get`) on the resource and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]