Share via


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
environmentId
path True

string (uuid)

The environment ID.

api-version
query True

string

The API version.

createdBy
query

string (uuid)

The creator Dataverse ID.

createdOnEndDate
query

string (date)

Filter for created on or before this date.

createdOnStartDate
query

string (date)

Filter for created on or after this date.

modifiedOnEndDate
query

string (date)

Filter for modified on or before this date.

modifiedOnStartDate
query

string (date)

Filter for modified on or after this date.

ownerId
query

string (uuid)

The owner Dataverse ID.

resourceId
query

string (uuid)

The resource ID.

workflowId
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

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