get_workflow_triggers
Retrieve trigger details for an Azure Logic App workflow, including last and next execution times. Requires subscription, resource group, and logic app name; workflow name needed for Standard SKU.
Instructions
Get trigger information for a workflow including last/next execution times. For Standard SKU, workflowName is required. Use run_trigger to manually fire a trigger, or get_trigger_history to see past executions.
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) |