list

HTTP Request

GET /workflows/:workflowReference/parameters

Path parameters

Parameter

workflowReference

A qualified reference to the parameter's workflow. See referencing resources for more information.

Query parameters

Parameter

maxResults

Default 100. Must be less than 1000.

pageToken

For paginating through results, provide the value returned from the previous parameter.list call

This endpoint extends the general API structure.

Authorization

You must have read access to the underlying workflow, and hour access token must have one of the following scopes:

  • workflow.read

Learn more about authorization.

Request body

The request body must be empty.

Response body

Returns a JSON representation of an array of parameter resources.

{
    "kind": "parameterList",
    "nextPageToken": string,
    "results": [
        object(parameter.list)
    ]
}

Last updated

Was this helpful?