For projects.regions.workflowTemplates.get, the resource name of the template has the following format: projects/{projectId}/regions/{region}/workflowTemplates/{template_id}
For projects.locations.workflowTemplates.get, the resource name of the template has the following format: projects/{projectId}/locations/{location}/workflowTemplates/{template_id}
Authorization requires the following IAM permission on the specified resource name:
dataproc.workflowTemplates.get
Query parameters
Parameters
version
integer
Optional. The version of workflow template to retrieve. Only previously instantiated versions can be retrieved.
If unspecified, retrieves the current version.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of WorkflowTemplate.
[[["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-27 UTC."],[[["This page details how to retrieve a workflow template using an HTTP GET request, including both the latest version and previously instantiated versions."],["The request URL utilizes gRPC Transcoding syntax and requires a `name` path parameter to specify the resource name of the workflow template, which follows a specific format based on whether it is a regional or a location-based template."],["An optional `version` query parameter can be used to retrieve a specific previously instantiated version of the template; otherwise, the latest version is retrieved."],["The request body for retrieving a workflow template must be empty, and a successful response will contain an instance of the `WorkflowTemplate`."],["Authorization to retrieve a template requires the `dataproc.workflowTemplates.get` IAM permission on the specified resource `name` and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]