Required. The name of the debug sessions for which to list transactions. Must be of the form: organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}.
Authorization requires the following IAM permission on the specified resource parent:
apigee.tracesessions.get
Query parameters
Parameters
limit
integer
Optional. A http query parameter that can control the maximum number of debug session transactions that can be returned by UAP.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListValue.
[[["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-03-07 UTC."],[[["This endpoint retrieves transaction IDs from a specified debug session within an Apigee environment using a GET request."],["The request URL utilizes gRPC Transcoding syntax and requires a `parent` path parameter defining the specific debug session."],["An optional `limit` query parameter allows control over the maximum number of transaction IDs returned in the response."],["The request body must be empty for this endpoint."],["Successful requests will return a response body containing an instance of `ListValue`, and the endpoint requires OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]