Azure Logic Apps · Capability
Azure Logic Apps Management API — WorkflowRuns
Azure Logic Apps Management API — WorkflowRuns. 3 operations. Lead operation: List workflow runs. Self-contained Naftiko capability covering one Logic Apps business surface.
What You Can Do
GET
Listworkflowruns
— List workflow runs
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs
GET
Getworkflowrun
— Get a workflow run
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs/{runname}
POST
Cancelworkflowrun
— Cancel a workflow run
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/runs/{runname}/cancel
MCP Tools
list-workflow-runs
List workflow runs
read-only
idempotent
get-workflow-run
Get a workflow run
read-only
idempotent
cancel-workflow-run
Cancel a workflow run