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}¶meterName={parameterName}¶meterValue={parameterValue}&exact={exact}&api-version=2022-03-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
environment
|
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 |
|
is
|
query |
boolean |
Indicates if the flow action is a trigger. Defaults to no filtering if not specified. |
|
parameter
|
query |
string |
A keyword to search within the parameter name field. |
|
parameter
|
query |
string |
A keyword to search within the parameter value field. |
|
parent
|
query |
string (uuid) |
The parent process stage ID. |
|
workflow
|
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 |
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 | |
Error |
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 |