get_run_details
Retrieve status, timing, and error summary for a specific Azure Logic Apps workflow run. Use to diagnose failures and track execution.
Instructions
Get detailed information about a specific workflow run including status, timing, and error summary. For Standard SKU, workflowName is required. Use get_run_actions to see which specific action failed.
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 to retrieve |