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 API call retrieves a workflow template, either the latest version or a specific previously instantiated version."],["The HTTP request uses a GET method with a specific URL structure, including parameters within the path."],["The required `name` path parameter specifies the resource name of the workflow template and requires a specific IAM permission."],["An optional `version` query parameter allows users to request a specific workflow template version."],["The request body must be empty, and a successful response returns a `WorkflowTemplate` instance."]]],[]]