get_action_io
Retrieve input and output data for a specific action in an Azure Logic Apps run to identify and debug data transformation issues.
Instructions
Get the actual input/output data for a run action. Fetches content from inputsLink/outputsLink URLs. For Standard SKU, workflowName is required. Essential for debugging data transformation issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| resourceGroupName | Yes | Resource group name | |
| logicAppName | Yes | Logic App resource name | |
| runId | Yes | Run ID | |
| actionName | Yes | Action name | |
| workflowName | No | Workflow name (required for Standard SKU) | |
| type | No | Which content to fetch (default: both) |