Microsoft Azure Functions · Capability
WebApps API Client — WorkflowRuns
WebApps API Client — WorkflowRuns. 3 operations. Lead operation: WorkflowRuns. Self-contained Naftiko capability covering one Microsoft Azure Functions business surface.
What You Can Do
GET
Workflowrunslist
— Gets a list of workflow runs.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs
GET
Workflowrunsget
— Gets a workflow run.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}
POST
Workflowrunscancel
— Cancels a workflow run.
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowname}/runs/{runname}/cancel
MCP Tools
gets-list-workflow-runs
Gets a list of workflow runs.
read-only
idempotent
gets-workflow-run
Gets a workflow run.
read-only
idempotent
cancels-workflow-run
Cancels a workflow run.