Share via


Flow Actions - List Flow Actions

Retrieve flow actions with filters.
Returns a list of flow actions.

GET https://api.powerplatform.com/powerautomate/environments/{environmentId}/flowActions?api-version=2022-03-01-preview
GET https://api.powerplatform.com/powerautomate/environments/{environmentId}/flowActions?workflowId={workflowId}&parentProcessStageId={parentProcessStageId}&connector={connector}&isTrigger={isTrigger}&parameterName={parameterName}&parameterValue={parameterValue}&exact={exact}&api-version=2022-03-01-preview

URI Parameters

Name In Required Type Description
environmentId
path True

string (uuid)

The environment ID.

api-version
query True

string

The API version.

connector
query

string

The connector name.

exact
query

boolean

Indicates whether exact matching should be used for parameterName and parameterValue.

isTrigger
query

boolean

Indicates if the flow action is a trigger. Defaults to no filtering if not specified.

parameterName
query

string

A keyword to search within the parameter name field.

parameterValue
query

string

A keyword to search within the parameter value field.

parentProcessStageId
query

string (uuid)

The parent process stage ID.

workflowId
query

string (uuid)

The workflow ID.

Responses

Name Type Description
200 OK

A list of flow actions matching the filters.

204 No Content

No content. No matching flow actions found.

400 Bad Request

ErrorResponse

Bad request.

401 Unauthorized

Unauthorized.

403 Forbidden

Forbidden.

500 Internal Server Error

Internal server error.

Security

oauth2

Microsoft Entra ID OAuth2

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com

Scopes

Name Description
.default .default

Definitions

Name Description
Error
ErrorResponse

The error response object.

Error

Name Type Description
code

string

Error code indicating the type of failure (e.g., BadRequest, InternalServerError).

message

string

Description of the error.

ErrorResponse

The error response object.

Name Type Description
error

Error