Method: projects.locations.workflows.get

Gets details of a single Workflow.

HTTP request

GET https://workflows.googleapis.com/v1beta/{name=projects/*/locations/*/workflows/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the workflow which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}

Authorization requires the following IAM permission on the specified resource name:

  • workflows.workflows.get

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Workflow.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.