Cloud Flows - List Cloud Flows
Retrieve cloud flows with filters.
Returns a list of cloud flows.
GET https://api.powerplatform.com/powerautomate/environments/{environmentId}/cloudFlows?api-version=2022-03-01-preview
GET https://api.powerplatform.com/powerautomate/environments/{environmentId}/cloudFlows?workflowId={workflowId}&resourceId={resourceId}&createdBy={createdBy}&ownerId={ownerId}&createdOnStartDate={createdOnStartDate}&createdOnEndDate={createdOnEndDate}&modifiedOnStartDate={modifiedOnStartDate}&modifiedOnEndDate={modifiedOnEndDate}&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. |
created
|
query |
string (uuid) |
The creator Dataverse ID. |
|
created
|
query |
string (date) |
Filter for created on or before this date. |
|
created
|
query |
string (date) |
Filter for created on or after this date. |
|
modified
|
query |
string (date) |
Filter for modified on or before this date. |
|
modified
|
query |
string (date) |
Filter for modified on or after this date. |
|
owner
|
query |
string (uuid) |
The owner Dataverse ID. |
|
resource
|
query |
string (uuid) |
The resource ID. |
|
workflow
|
query |
string (uuid) |
The workflow ID. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Successful request. One or more cloud flows were returned. |
|
204 No Content |
No content. No matching cloud flows 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 |