Azure Logic Apps WorkflowRunActions API

The WorkflowRunActions API from Azure Logic Apps — 12 operation(s) for workflowrunactions.

OpenAPI Specification

azure-logic-apps-workflowrunactions-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  description: REST API for Azure Logic Apps.
  title: LogicManagementClient IntegrationAccountAgreements WorkflowRunActions API
  version: '2.0'
  x-apisguru-categories:
  - cloud
  x-logo:
    url: https://api.apis.guru/v2/cache/logo/https_assets.onestore.ms_cdnfiles_onestorerolling-1606-01000_shell_v3_images_logo_microsoft.png
  x-origin:
  - format: swagger
    url: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json
  x-preferred: true
  x-providerName: azure.com
  x-serviceName: logic
  x-tags:
  - Azure
  - Microsoft
host: management.azure.com
schemes:
- https
consumes:
- application/json
produces:
- application/json
security:
- azure_auth:
  - user_impersonation
tags:
- name: WorkflowRunActions
paths:
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions
  : get:
      description: Gets a list of workflow run actions.
      operationId: WorkflowRunActions_List
      parameters:
      - $ref: '#/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        type: string
        example: my-resource-group
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        type: string
        example: example-value
      - description: The workflow run name.
        in: path
        name: runName
        required: true
        type: string
        example: example-value
      - $ref: '#/parameters/api-version'
      - description: The number of items to be included in the result.
        format: int32
        in: query
        name: $top
        required: false
        type: integer
        example: example-value
      - description: 'The filter to apply on the operation. Options for filters include: Status.'
        in: query
        name: $filter
        required: false
        type: string
        example: example-value
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/WorkflowRunActionListResult'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: '#/definitions/ErrorResponse'
      tags:
      - WorkflowRunActions
      x-ms-examples:
        List a workflow run actions:
          parameters:
            api-version: '2019-05-01'
            resourceGroupName: test-resource-group
            runName: 08586676746934337772206998657CU22
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
            workflowName: test-workflow
          responses:
            '200':
              body:
                value:
                - id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22/actions/HTTP
                  name: HTTP
                  properties:
                    code: OK
                    correlation:
                      actionTrackingId: 56063357-45dd-4278-9be5-8220ce0cc9ca
                      clientTrackingId: 08586676746934337772206998657CU22
                    endTime: '2018-08-10T20:16:32.5450625Z'
                    inputsLink:
                      contentHash:
                        algorithm: md5
                        value: XXUACojv0aBfuP56os3CWw==
                      contentSize: 46
                      contentVersion: 5XUACojv0aBfuP56os3CWw==
                      uri: https://tempuri.org
                    outputsLink:
                      contentHash:
                        algorithm: md5
                        value: XX6KRrevI6AAxEvo9FeBYQ==
                      contentSize: 11873
                      contentVersion: 6X6KRrevI6AAxEvo9FeBYQ==
                      uri: https://tempuri.org
                    startTime: '2018-08-10T20:16:32.305236Z'
                    status: Succeeded
                  type: Microsoft.Logic/workflows/runs/actions
      x-ms-odata: '#/definitions/WorkflowRunActionFilter'
      x-ms-pageable:
        nextLinkName: nextLink
      summary: Azure Logic Apps Workflow Run Actions_ List
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}
  : get:
      description: Gets a workflow run action.
      operationId: WorkflowRunActions_Get
      parameters:
      - $ref: '#/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        type: string
        example: my-resource-group
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        type: string
        example: example-value
      - description: The workflow run name.
        in: path
        name: runName
        required: true
        type: string
        example: example-value
      - description: The workflow action name.
        in: path
        name: actionName
        required: true
        type: string
        example: example-value
      - $ref: '#/parameters/api-version'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/WorkflowRunAction'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: '#/definitions/ErrorResponse'
      tags:
      - WorkflowRunActions
      x-ms-examples:
        Get a workflow run action:
          parameters:
            actionName: HTTP
            api-version: '2019-05-01'
            resourceGroupName: test-resource-group
            runName: 08586676746934337772206998657CU22
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
            workflowName: test-workflow
          responses:
            '200':
              body:
                id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586676746934337772206998657CU22/actions/HTTP
                name: HTTP
                properties:
                  code: OK
                  correlation:
                    actionTrackingId: 56063357-45dd-4278-9be5-8220ce0cc9ca
                    clientTrackingId: 08586676746934337772206998657CU22
                  endTime: '2018-08-10T20:16:32.5450625Z'
                  inputsLink:
                    contentHash:
                      algorithm: md5
                      value: XXUACojv0aBfuP56os3CWw==
                    contentSize: 46
                    contentVersion: 5XUACojv0aBfuP56os3CWw==
                    uri: https://tempuri.org
                  outputsLink:
                    contentHash:
                      algorithm: md5
                      value: XX6KRrevI6AAxEvo9FeBYQ==
                    contentSize: 11873
                    contentVersion: 6X6KRrevI6AAxEvo9FeBYQ==
                    uri: https://tempuri.org
                  startTime: '2018-08-10T20:16:32.305236Z'
                  status: Succeeded
                type: Microsoft.Logic/workflows/runs/actions
      summary: Azure Logic Apps Workflow Run Actions_ Get
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/listExpressionTraces
  : post:
      description: Lists a workflow run expression trace.
      operationId: WorkflowRunActions_ListExpressionTraces
      parameters:
      - $ref: '#/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        type: string
        example: my-resource-group
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        type: string
        example: example-value
      - description: The workflow run name.
        in: path
        name: runName
        required: true
        type: string
        example: example-value
      - description: The workflow action name.
        in: path
        name: actionName
        required: true
        type: string
        example: example-value
      - $ref: '#/parameters/api-version'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/ExpressionTraces'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: '#/definitions/ErrorResponse'
      tags:
      - WorkflowRunActions
      x-ms-examples:
        List expression traces:
          parameters:
            actionName: testAction
            api-version: '2019-05-01'
            repetitionName: '000001'
            resourceGroupName: testResourceGroup
            runName: 8.586776228332052e+27
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
            workflowName: testFlow
          responses:
            '200':
              body:
                inputs:
                - path: ''
                  text: add(4, 4)
                  value: 8
      x-ms-pageable:
        itemName: inputs
        nextLinkName: null
      summary: Azure Logic Apps Workflow Run Actions_ List Expression Traces
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions
  : get:
      description: Get all of a workflow run action repetitions.
      operationId: WorkflowRunActionRepetitions_List
      parameters:
      - $ref: '#/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        type: string
        example: my-resource-group
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        type: string
        example: example-value
      - description: The workflow run name.
        in: path
        name: runName
        required: true
        type: string
        example: example-value
      - description: The workflow action name.
        in: path
        name: actionName
        required: true
        type: string
        example: example-value
      - $ref: '#/parameters/api-version'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/WorkflowRunActionRepetitionDefinitionCollection'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: '#/definitions/ErrorResponse'
      tags:
      - WorkflowRunActions
      x-ms-examples:
        List repetitions:
          parameters:
            actionName: testAction
            api-version: '2019-05-01'
            resourceGroupName: testResourceGroup
            runName: 8.586776228332052e+27
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
            workflowName: testFlow
          responses:
            '200':
              body:
                value:
                - id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions/000000
                  name: '000000'
                  properties:
                    code: OK
                    correlation:
                      actionTrackingId: 0d8152bb-e198-44a9-bde8-5138eea16dd4
                      clientTrackingId: 8.58677535742761e+27
                    endTime: '2018-04-18T17:05:57.2264835Z'
                    inputsLink:
                      contentHash:
                        algorithm: md5
                        value: 8q1zMKS5ZyHBrPF+qF1xXw==
                      contentSize: 8
                      contentVersion: 8q1zMKS5ZyHBrPF+qF1xXw==
                      uri: https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000000/contents/ActionInputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000000%2Fcontents%2FActionInputs%2Fread&sv=1.0&sig=vw4BDdYp4Ap5RXdM7tY_wl9C38DeAHfnixLBEOpideA
                    outputsLink:
                      contentHash:
                        algorithm: md5
                        value: 8q1zMKS5ZyHBrPF+qF1xXw==
                      contentSize: 8
                      contentVersion: 8q1zMKS5ZyHBrPF+qF1xXw==
                      uri: https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000000/contents/ActionOutputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000000%2Fcontents%2FActionOutputs%2Fread&sv=1.0&sig=y8Wq7jbu85tmlMo_1zpRyqNJuoCaQCFQtZ3bgSovLY0
                    repetitionIndexes:
                    - itemIndex: 0
                      scopeName: For_each
                    startTime: '2018-04-18T17:05:57.217991Z'
                    status: Succeeded
                    trackingId: 0d8152bb-e198-44a9-bde8-5138eea16dd4
                  type: Microsoft.Logic/workflows/runs/actions/repetitions
                - id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions/000001
                  name: '000001'
                  properties:
                    code: OK
                    correlation:
                      actionTrackingId: f84f23eb-b331-4772-9f39-cc307fa83bc3
                      clientTrackingId: 8.58677535742761e+27
                    endTime: '2018-04-18T17:05:57.1015421Z'
                    inputsLink:
                      contentHash:
                        algorithm: md5
                        value: OA3i83YHGYVch+N8BQJIRQ==
                      contentSize: 6
                      contentVersion: OA3i83YHGYVch+N8BQJIRQ==
                      uri: https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionInputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionInputs%2Fread&sv=1.0&sig=dLmnt50joimEMK4k9rR6njHQh94iSFJ9rrDxFbkEg5M
                    outputsLink:
                      contentHash:
                        algorithm: md5
                        value: OA3i83YHGYVch+N8BQJIRQ==
                      contentSize: 6
                      contentVersion: OA3i83YHGYVch+N8BQJIRQ==
                      uri: https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionOutputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionOutputs%2Fread&sv=1.0&sig=B3-X5sqIAv1Lb31GOD34ZgIRUXGuiM2QllWiNwXFYAw
                    repetitionIndexes:
                    - itemIndex: 1
                      scopeName: For_each
                    startTime: '2018-04-18T17:05:57.0929911Z'
                    status: Succeeded
                    trackingId: f84f23eb-b331-4772-9f39-cc307fa83bc3
                  type: Microsoft.Logic/workflows/runs/actions/repetitions
      x-ms-pageable:
        nextLinkName: null
      summary: Azure Logic Apps Workflow Run Action Repetitions_ List
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}
  : get:
      description: Get a workflow run action repetition.
      operationId: WorkflowRunActionRepetitions_Get
      parameters:
      - $ref: '#/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        type: string
        example: my-resource-group
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        type: string
        example: example-value
      - description: The workflow run name.
        in: path
        name: runName
        required: true
        type: string
        example: example-value
      - description: The workflow action name.
        in: path
        name: actionName
        required: true
        type: string
        example: example-value
      - description: The workflow repetition.
        in: path
        name: repetitionName
        required: true
        type: string
        example: example-value
      - $ref: '#/parameters/api-version'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/WorkflowRunActionRepetitionDefinition'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: '#/definitions/ErrorResponse'
      tags:
      - WorkflowRunActions
      x-ms-examples:
        Get a repetition:
          parameters:
            actionName: testAction
            api-version: '2019-05-01'
            repetitionName: '000001'
            resourceGroupName: testResourceGroup
            runName: 8.586776228332052e+27
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
            workflowName: testFlow
          responses:
            '200':
              body:
                id: api/management/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/workflows/testFlow/runs/08586776228332053161046300351/actions/testAction/repetitions/000001
                name: '000001'
                properties:
                  code: OK
                  correlation:
                    actionTrackingId: f84f23eb-b331-4772-9f39-cc307fa83bc3
                    clientTrackingId: 8.58677535742761e+27
                  endTime: '2018-04-18T17:05:57.1015421Z'
                  inputsLink:
                    contentHash:
                      algorithm: md5
                      value: OA3i83YHGYVch+N8BQJIRQ==
                    contentSize: 6
                    contentVersion: OA3i83YHGYVch+N8BQJIRQ==
                    uri: https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionInputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionInputs%2Fread&sv=1.0&sig=dLmnt50joimEMK4k9rR6njHQh94iSFJ9rrDxFbkEg5M
                  outputsLink:
                    contentHash:
                      algorithm: md5
                      value: OA3i83YHGYVch+N8BQJIRQ==
                    contentSize: 6
                    contentVersion: OA3i83YHGYVch+N8BQJIRQ==
                    uri: https://prod-08.northcentralus.logic.azure.com:443/workflows/2dfde2fce2584c49bea17ef0b04c95f4/runs/08586776228332053161046300351/actions/testAction/repetitions/000001/contents/ActionOutputs?api-version=2016-10-01&se=2018-04-18T21%3A00%3A00.0000000Z&sp=%2Fruns%2F08586776228332053161046300351%2Factions%2FtestAction%2Frepetitions%2F000001%2Fcontents%2FActionOutputs%2Fread&sv=1.0&sig=B3-X5sqIAv1Lb31GOD34ZgIRUXGuiM2QllWiNwXFYAw
                  repetitionIndexes:
                  - itemIndex: 1
                    scopeName: For_each
                  startTime: '2018-04-18T17:05:57.0929911Z'
                  status: Succeeded
                  trackingId: f84f23eb-b331-4772-9f39-cc307fa83bc3
                type: Microsoft.Logic/workflows/runs/actions/repetitions
      summary: Azure Logic Apps Workflow Run Action Repetitions_ Get
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/listExpressionTraces
  : post:
      description: Lists a workflow run expression trace.
      operationId: WorkflowRunActionRepetitions_ListExpressionTraces
      parameters:
      - $ref: '#/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        type: string
        example: my-resource-group
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        type: string
        example: example-value
      - description: The workflow run name.
        in: path
        name: runName
        required: true
        type: string
        example: example-value
      - description: The workflow action name.
        in: path
        name: actionName
        required: true
        type: string
        example: example-value
      - description: The workflow repetition.
        in: path
        name: repetitionName
        required: true
        type: string
        example: example-value
      - $ref: '#/parameters/api-version'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/ExpressionTraces'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: '#/definitions/ErrorResponse'
      tags:
      - WorkflowRunActions
      x-ms-examples:
        List expression traces for a repetition:
          parameters:
            actionName: testAction
            api-version: '2019-05-01'
            repetitionName: '000001'
            resourceGroupName: testResourceGroup
            runName: 8.586776228332052e+27
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
            workflowName: testFlow
          responses:
            '200':
              body:
                inputs:
                - path: ''
                  text: items('For_each')?['OccuringLocation']?['Environment']
                  value: PROD
      x-ms-pageable:
        itemName: inputs
        nextLinkName: null
      summary: Azure Logic Apps Workflow Run Action Repetitions_ List Expression Traces
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/requestHistories
  : get:
      description: List a workflow run repetition request history.
      operationId: WorkflowRunActionRepetitionsRequestHistories_List
      parameters:
      - $ref: '#/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        type: string
        example: my-resource-group
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        type: string
        example: example-value
      - description: The workflow run name.
        in: path
        name: runName
        required: true
        type: string
        example: example-value
      - description: The workflow action name.
        in: path
        name: actionName
        required: true
        type: string
        example: example-value
      - description: The workflow repetition.
        in: path
        name: repetitionName
        required: true
        type: string
        example: example-value
      - $ref: '#/parameters/api-version'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/RequestHistoryListResult'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: '#/definitions/ErrorResponse'
      tags:
      - WorkflowRunActions
      x-ms-examples:
        List repetition request history:
          parameters:
            actionName: HTTP_Webhook
            api-version: '2019-05-01'
            repetitionName: '000001'
            resourceGroupName: test-resource-group
            runName: 8.586776228332052e+27
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
            workflowName: test-workflow
          responses:
            '200':
              body:
                value:
                - id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586611142736787787412824395CU21/actions/HTTP_Webhook/requestHistories/08586611142732800686
                  name: 8586611142732801000
                  properties:
                    endTime: '2018-10-25T18:36:52.1863033Z'
                    request:
                      headers:
                        Accept-Language: en-US
                        User-Agent: azure-logic-apps/1.0,(workflow 80244732be3648f59d2084fd979cdd56; version 08586611142904036539)
                        x-ms-action-tracking-id: ad27f634-6523-492f-924e-9a75e28619c8
                        x-ms-client-request-id: ad484925-4148-4dd0-9488-07aed418b256
                        x-ms-client-tracking-id: 08586611142736787787412824395CU21
                        x-ms-correlation-id: ad484925-4148-4dd0-9488-07aed418b256
                        x-ms-execution-location: brazilsouth
                        x-ms-tracking-id: ad484925-4148-4dd0-9488-07aed418b256
                        x-ms-workflow-id: 80244732be3648f59d2084fd979cdd56
                        x-ms-workflow-name: test-workflow
                        x-ms-workflow-operation-name: HTTP_Webhook
                        x-ms-workflow-resourcegroup-name: test-resource-group
                        x-ms-workflow-run-id: 08586611142736787787412824395CU21
                        x-ms-workflow-run-tracking-id: b4cd2e77-f949-4d8c-8753-791407aebde8
                        x-ms-workflow-subscription-capacity: Large
                        x-ms-workflow-subscription-id: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
                        x-ms-workflow-system-id: /locations/brazilsouth/scaleunits/prod-17/workflows/80244732be3648f59d2084fd979cdd56
                        x-ms-workflow-version: 8586611142904036000
                      method: GET
                      uri: http://tempuri.org
                    response:
                      bodyLink:
                        contentHash:
                          algorithm: md5
                          value: 2LOOAR8Eh2pd7AvRHXUhRg==
                        contentSize: 137
                        contentVersion: 2LOOAR8Eh2pd7AvRHXUhRg==
                        uri: https://tempuri.org
                      headers:
                        Cache-Control: private
                        Date: Thu, 25 Oct 2018 18:36:51 GMT
                        Location: http://www.bing.com/
                        Server: Microsoft-IIS/10.0
                        X-AspNet-Version: 4.0.30319
                        X-Powered-By: ASP.NET
                      statusCode: 302
                    startTime: '2018-10-25T18:36:51.9206732Z'
                  type: Microsoft.Logic/workflows/runs/actions/requestHistories
      x-ms-pageable:
        nextLinkName: nextLink
      summary: Azure Logic Apps Workflow Run Action Repetitions Request Histories_ List
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}/requestHistories/{requestHistoryName}
  : get:
      description: Gets a workflow run repetition request history.
      operationId: WorkflowRunActionRepetitionsRequestHistories_Get
      parameters:
      - $ref: '#/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        type: string
        example: my-resource-group
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        type: string
        example: example-value
      - description: The workflow run name.
        in: path
        name: runName
        required: true
        type: string
        example: example-value
      - description: The workflow action name.
        in: path
        name: actionName
        required: true
        type: string
        example: example-value
      - description: The workflow repetition.
        in: path
        name: repetitionName
        required: true
        type: string
        example: example-value
      - description: The request history name.
        in: path
        name: requestHistoryName
        required: true
        type: string
        example: example-value
      - $ref: '#/parameters/api-version'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/RequestHistory'
        default:
          description: Error response describing why the operation failed.
          schema:
            $ref: '#/definitions/ErrorResponse'
      tags:
      - WorkflowRunActions
      x-ms-examples:
        Get a repetition request history:
          parameters:
            actionName: HTTP_Webhook
            api-version: '2019-05-01'
            repetitionName: '000001'
            requestHistoryName: 8586611142732801000
            resourceGroupName: test-resource-group
            runName: 8.586776228332052e+27
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
            workflowName: test-workflow
          responses:
            '200':
              body:
                id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow/runs/08586611142736787787412824395CU21/actions/HTTP_Webhook/requestHistories/08586611142732800686
                name: 8586611142732801000
                properties:
                  endTime: '2018-10-25T18:36:52.1863033Z'
                  request:
                    headers:
                      Accept-Language: en-US
                      User-Agent: azure-logic-apps/1.0,(workflow 80244732be3648f59d2084fd979cdd56; version 08586611142904036539)
                      x-ms-action-tracking-id: ad27f634-6523-492f-924e-9a75e28619c8
                      x-ms-client-request-id: ad484925-4148-4dd0-9488-07aed418b256
                      x-ms-client-tracking-id: 08586611142736787787412824395CU21
                      x-ms-correlation-id: ad484925-4148-4dd0-9488-07aed418b256
                      x-ms-execution-location: brazilsouth
                      x-ms-tracking-id: ad484925-4148-4dd0-9488-07aed418b256
                      x-ms-workflow-id: 80244732be3648f59d2084fd979cdd56
                      x-ms-workflow-name: test-workflow
                      x-ms-workflow-operation-name: HTTP_Webhook
                      x-ms-workflow-resourcegroup-name: test-resource-group
                      x-ms-workflow-run-id: 08586611142736787787412824395CU21
                      x-ms-workflow-run-tracking-id: b4cd2e77-f949-4d8c-8753-791407aebde8
                      x-ms-workflow-subscription-capacity: Large
                      x-ms-workflow-subscription-id: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
                      x-ms-workflow-system-id: /locations/brazilsouth/scaleunits/prod-17/workflows/80244732be3648f59d2084fd979cdd56
                      x-ms-workflow-version: 8586611142904036000
                    method: GET
                    uri: http://tempuri.org
                  response

# --- truncated at 32 KB (62 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/azure-logic-apps/refs/heads/main/openapi/azure-logic-apps-workflowrunactions-api-openapi.yml