Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
(Preview) Fulfill DSR export and delete requests for Power Automate and agent data.
Commands
| Command | Description |
|---|---|
| pac workflows-agent delete-approval | (Preview) Deletes an approval and associated records for DSR compliance. |
| pac workflows-agent delete-connection | (Preview) Deletes a connection for DSR compliance. |
| pac workflows-agent delete-flow | (Preview) Deletes a flow in the M365 Copilot workflows environment for DSR compliance. |
| pac workflows-agent delete-prompt | (Preview) Deletes an AI model prompt for DSR compliance. |
| pac workflows-agent get-approvals | (Preview) Returns approval records for DSR compliance export. |
| pac workflows-agent get-connections | (Preview) Returns user connections for DSR compliance export. |
| pac workflows-agent get-flow-runs-non-singleton | (Preview) Returns flow run records for a flow in an environment. |
| pac workflows-agent get-flow-runs-singleton | (Preview) Returns flow run records for a flow for DSR export. |
| pac workflows-agent get-flows | (Preview) Returns flows owned by the calling user for DSR export. |
| pac workflows-agent get-prompts | (Preview) Returns AI prompt records for DSR compliance export. |
| pac workflows-agent get-run-history-data | (Preview) Returns run history customer data for a flow run. |
| pac workflows-agent get-run-history-data-non-singleton | (Preview) Returns run history data for a flow run in an environment. |
pac workflows-agent delete-approval
(Preview) Deletes an approval and associated records for DSR compliance.
Required Parameters for workflows-agent delete-approval
--approval-id
The approval ID.
pac workflows-agent delete-connection
(Preview) Deletes a connection for DSR compliance.
Required Parameters for workflows-agent delete-connection
--connection-identifier
The connection identifier in apiName/connectionName format.
pac workflows-agent delete-flow
(Preview) Deletes a flow in the M365 Copilot workflows environment for DSR compliance.
Required Parameters for workflows-agent delete-flow
--flow-id
The flow ID.
pac workflows-agent delete-prompt
(Preview) Deletes an AI model prompt for DSR compliance.
Required Parameters for workflows-agent delete-prompt
--prompt-id
The AI model prompt ID.
pac workflows-agent get-approvals
(Preview) Returns approval records for DSR compliance export.
Optional Parameters for workflows-agent get-approvals
--continuation-token
Continuation token for paging.
pac workflows-agent get-connections
(Preview) Returns user connections for DSR compliance export.
Optional Parameters for workflows-agent get-connections
--continuation-token
Continuation token for paging.
pac workflows-agent get-flow-runs-non-singleton
(Preview) Returns flow run records for a flow in an environment.
Required Parameters for workflows-agent get-flow-runs-non-singleton
--flow-id
The flow ID.
Optional Parameters for workflows-agent get-flow-runs-non-singleton
--continuation-token
Continuation token for paging.
--environment -env
Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.
pac workflows-agent get-flow-runs-singleton
(Preview) Returns flow run records for a flow for DSR export.
Required Parameters for workflows-agent get-flow-runs-singleton
--flow-id
The flow ID.
Optional Parameters for workflows-agent get-flow-runs-singleton
--continuation-token
Continuation token for paging.
pac workflows-agent get-flows
(Preview) Returns flows owned by the calling user for DSR export.
Optional Parameters for workflows-agent get-flows
--continuation-token
Continuation token for paging.
pac workflows-agent get-prompts
(Preview) Returns AI prompt records for DSR compliance export.
Optional Parameters for workflows-agent get-prompts
--continuation-token
Continuation token for paging.
pac workflows-agent get-run-history-data
(Preview) Returns run history customer data for a flow run.
Required Parameters for workflows-agent get-run-history-data
--flow-id
The flow ID.
--run-id
The run ID.
Optional Parameters for workflows-agent get-run-history-data
--continuation-token
Base64-encoded continuation token for paging.
pac workflows-agent get-run-history-data-non-singleton
(Preview) Returns run history data for a flow run in an environment.
Required Parameters for workflows-agent get-run-history-data-non-singleton
--flow-id
The flow ID.
--run-id
The run ID.
Optional Parameters for workflows-agent get-run-history-data-non-singleton
--continuation-token
Base64-encoded continuation token for paging.
--environment -env
Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.
See also
Microsoft Power Platform CLI Command Groups
Microsoft Power Platform CLI overview