Returns the name of the shared flow attached to the specified flow hook. If there's no shared flow attached to the flow hook, the API does not return an error; it simply does not return a name in the response.
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/environments/*/flowhooks/*}
[[["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 API retrieves the name of a shared flow attached to a specified flow hook within an Apigee environment, using a GET request."],["The API endpoint URL utilizes gRPC Transcoding syntax and requires a `name` path parameter specifying the flow hook's location."],["The request body must be empty, while a successful response will include a `FlowHook` instance."],["Authorization requires the `apigee.flowhooks.getSharedFlow` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]