To download the shared flow configuration bundle for the specified revision as a zip file, set the format query parameter to bundle. If you are using curl, specify -o filename.zip to save the output to a file; otherwise, it displays to stdout. Then, develop the shared flow configuration locally and upload the updated sharedFlow configuration revision, as described in updateSharedFlowRevision.
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/sharedflows/*/revisions/*}
Required. The name of the shared flow revision to get. Must be of the form: organizations/{organizationId}/sharedflows/{sharedFlowId}/revisions/{revisionId}
If the Shared Flow resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource name:
apigee.sharedflowrevisions.get
Query parameters
Parameters
format
string
Specify bundle to export the contents of the shared flow bundle. Otherwise, the bundle metadata is returned.
Request body
The request body must be empty.
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
[[["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-06-12 UTC."],[[["Retrieves a specific revision of a shared flow from an organization."],["Allows downloading the shared flow's configuration bundle as a zip file by setting the `format` query parameter to `bundle`."],["Requires specifying the shared flow's name, including the organization, shared flow ID, and revision ID, in the URL's path."],["The request body must be empty, and successful responses return a generic HTTP response."],["Authorization is needed, requiring the `apigee.sharedflowrevisions.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]