Azure Logic Apps · Capability

LogicManagementClient — WorkflowTriggerHistories

LogicManagementClient — WorkflowTriggerHistories. 3 operations. Lead operation: Azure Logic Apps Workflow Trigger Histories_ List. Self-contained Naftiko capability covering one Azure Logic Apps business surface.

Run with Naftiko Azure Logic AppsWorkflowTriggerHistories

What You Can Do

GET
Workflowtriggerhistorieslist — Azure Logic Apps Workflow Trigger Histories_ List
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/triggers/{triggername}/histories
GET
Workflowtriggerhistoriesget — Azure Logic Apps Workflow Trigger Histories_ Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/triggers/{triggername}/histories/{historyname}
POST
Workflowtriggerhistoriesresubmit — Azure Logic Apps Workflow Trigger Histories_ Resubmit
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/triggers/{triggername}/histories/{historyname}/resubmit

MCP Tools

azure-logic-apps-workflow-trigger

Azure Logic Apps Workflow Trigger Histories_ List

read-only idempotent
azure-logic-apps-workflow-trigger-2

Azure Logic Apps Workflow Trigger Histories_ Get

read-only idempotent
azure-logic-apps-workflow-trigger-3

Azure Logic Apps Workflow Trigger Histories_ Resubmit

Capability Spec

azure-logic-apps-workflowtriggerhistories.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LogicManagementClient — WorkflowTriggerHistories
  description: 'LogicManagementClient — WorkflowTriggerHistories. 3 operations. Lead operation: Azure Logic Apps Workflow
    Trigger Histories_ List. Self-contained Naftiko capability covering one Azure Logic Apps business surface.'
  tags:
  - Azure Logic Apps
  - WorkflowTriggerHistories
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AZURE_LOGIC_APPS_API_KEY: AZURE_LOGIC_APPS_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-logic-apps-workflowtriggerhistories
    baseUri: https://management.azure.com
    description: LogicManagementClient — WorkflowTriggerHistories business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories
      operations:
      - name: workflowtriggerhistorieslist
        method: GET
        description: Azure Logic Apps Workflow Trigger Histories_ List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: workflowName
          in: path
          type: string
          description: The workflow name.
          required: true
        - name: triggerName
          in: path
          type: string
          description: The workflow trigger name.
          required: true
        - name: $top
          in: query
          type: integer
          description: The number of items to be included in the result.
        - name: $filter
          in: query
          type: string
          description: 'The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId.'
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}
      operations:
      - name: workflowtriggerhistoriesget
        method: GET
        description: Azure Logic Apps Workflow Trigger Histories_ Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: workflowName
          in: path
          type: string
          description: The workflow name.
          required: true
        - name: triggerName
          in: path
          type: string
          description: The workflow trigger name.
          required: true
        - name: historyName
          in: path
          type: string
          description: The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}/resubmit
      operations:
      - name: workflowtriggerhistoriesresubmit
        method: POST
        description: Azure Logic Apps Workflow Trigger Histories_ Resubmit
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The resource group name.
          required: true
        - name: workflowName
          in: path
          type: string
          description: The workflow name.
          required: true
        - name: triggerName
          in: path
          type: string
          description: The workflow trigger name.
          required: true
        - name: historyName
          in: path
          type: string
          description: The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.
          required: true
  exposes:
  - type: rest
    namespace: azure-logic-apps-workflowtriggerhistories-rest
    port: 8080
    description: REST adapter for LogicManagementClient — WorkflowTriggerHistories. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/triggers/{triggername}/histories
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowtriggerhistorieslist
        description: Azure Logic Apps Workflow Trigger Histories_ List
        call: azure-logic-apps-workflowtriggerhistories.workflowtriggerhistorieslist
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          triggerName: rest.triggerName
          $top: rest.$top
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/triggers/{triggername}/histories/{historyname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workflowtriggerhistoriesget
        description: Azure Logic Apps Workflow Trigger Histories_ Get
        call: azure-logic-apps-workflowtriggerhistories.workflowtriggerhistoriesget
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          triggerName: rest.triggerName
          historyName: rest.historyName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logic/workflows/{workflowname}/triggers/{triggername}/histories/{historyname}/resubmit
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: workflowtriggerhistoriesresubmit
        description: Azure Logic Apps Workflow Trigger Histories_ Resubmit
        call: azure-logic-apps-workflowtriggerhistories.workflowtriggerhistoriesresubmit
        with:
          resourceGroupName: rest.resourceGroupName
          workflowName: rest.workflowName
          triggerName: rest.triggerName
          historyName: rest.historyName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-logic-apps-workflowtriggerhistories-mcp
    port: 9090
    transport: http
    description: MCP adapter for LogicManagementClient — WorkflowTriggerHistories. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: azure-logic-apps-workflow-trigger
      description: Azure Logic Apps Workflow Trigger Histories_ List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-workflowtriggerhistories.workflowtriggerhistorieslist
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        triggerName: tools.triggerName
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflow-trigger-2
      description: Azure Logic Apps Workflow Trigger Histories_ Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-logic-apps-workflowtriggerhistories.workflowtriggerhistoriesget
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        triggerName: tools.triggerName
        historyName: tools.historyName
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-logic-apps-workflow-trigger-3
      description: Azure Logic Apps Workflow Trigger Histories_ Resubmit
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-logic-apps-workflowtriggerhistories.workflowtriggerhistoriesresubmit
      with:
        resourceGroupName: tools.resourceGroupName
        workflowName: tools.workflowName
        triggerName: tools.triggerName
        historyName: tools.historyName
      outputParameters:
      - type: object
        mapping: $.