- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists Workflows in a given project and location. The default order is not specified.
HTTP request
GET https://workflows.googleapis.com/v1beta/{parent=projects/*/locations/*}/workflows
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Project and location from which the workflows should be listed. Format: projects/{project}/locations/{location} Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Maximum number of workflows to return per call. The service may return fewer than this value. If the value is not specified, a default value of 500 will be used. The maximum permitted value is 1000 and values greater than 1000 will be coerced down to 1000. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to |
filter |
Filter to restrict results to specific workflows. |
orderBy |
Comma-separated list of fields that that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a " desc" suffix. If not specified, the results will be returned in an unspecified order. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response for the workflows.list
method.
JSON representation |
---|
{
"workflows": [
{
object ( |
Fields | |
---|---|
workflows[] |
The workflows which match the request. |
nextPageToken |
A token, which can be sent as |
unreachable[] |
Unreachable resources. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.