get_run_actions
Retrieve action execution details for a Logic App workflow run, including status, timing, and tracked properties.
Instructions
Get the action execution details for a specific workflow run including status, timing, and trackedProperties. For Standard SKU, workflowName is required. Use get_action_io to see actual inputs/outputs for an action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| resourceGroupName | Yes | Resource group name | |
| logicAppName | Yes | Logic App resource name | |
| workflowName | No | Workflow name (required for Standard SKU) | |
| runId | Yes | The run ID | |
| actionName | No | Filter to a specific action (optional) |