Azure Logic Apps WorkflowVersions API

The WorkflowVersions API from Azure Logic Apps — 2 operation(s) for workflowversions.

Operations 2

GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions Azure Logic Apps Workflow Versions_ List #
GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId} Azure Logic Apps Workflow Versions_ Get #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/azure-logic-apps-workflowversions-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

azure-logic-apps-workflowversions-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: REST API for Azure Logic Apps.
  title: LogicManagementClient IntegrationAccountAgreements Workflow Versions 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
servers:
- url: https://management.azure.com
security:
- azure_auth:
  - user_impersonation
tags:
- name: WorkflowVersions
paths:
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions
  : get:
      description: Gets a list of workflow versions.
      operationId: WorkflowVersions_List
      parameters:
      - $ref: '#/components/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        example: my-resource-group
        schema:
          type: string
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        example: example-value
        schema:
          type: string
      - $ref: '#/components/parameters/api-version'
      - description: The number of items to be included in the result.
        in: query
        name: $top
        required: false
        example: example-value
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WorkflowVersionListResult'
        default:
          description: Error response describing why the operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
      tags:
      - WorkflowVersions
      x-ms-examples:
        List a workflows versions:
          parameters:
            api-version: '2019-05-01'
            resourceGroupName: test-resource-group
            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
                  location: brazilsouth
                  name: test-workflow
                  properties:
                    accessEndpoint: http://tempuri.org
                    changedTime: '2018-08-09T22:54:54.3533634Z'
                    createdTime: '2018-04-25T01:39:21.4365247Z'
                    definition:
                      $schema: https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#
                      actions: {}
                      contentVersion: 1.0.0.0
                      outputs: {}
                      parameters: {}
                      triggers: {}
                    endpointsConfiguration:
                      connector:
                        outgoingIpAddresses:
                        - address: 40.84.145.61
                      workflow:
                        accessEndpointIpAddresses:
                        - address: 104.210.153.89
                        - address: 13.85.79.155
                        - address: 13.65.39.247
                        outgoingIpAddresses:
                        - address: 13.84.159.168
                        - address: 13.65.86.56
                        - address: 13.65.82.190
                    integrationAccount:
                      id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account
                      name: test-integration-account
                      type: Microsoft.Logic/integrationAccounts
                    parameters: {}
                    provisioningState: Succeeded
                    state: Enabled
                    version: 8586677515911718000
                  tags: {}
                  type: Microsoft.Logic/workflows
      x-ms-pageable:
        nextLinkName: nextLink
      summary: Azure Logic Apps Workflow Versions_ List
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}
  : get:
      description: Gets a workflow version.
      operationId: WorkflowVersions_Get
      parameters:
      - $ref: '#/components/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        example: my-resource-group
        schema:
          type: string
      - description: The workflow name.
        in: path
        name: workflowName
        required: true
        example: example-value
        schema:
          type: string
      - description: The workflow versionId.
        in: path
        name: versionId
        required: true
        example: '2019-06-01'
        schema:
          type: string
      - $ref: '#/components/parameters/api-version'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/WorkflowVersion'
        default:
          description: Error response describing why the operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
      tags:
      - WorkflowVersions
      x-ms-examples:
        Get a workflow version:
          parameters:
            api-version: '2019-05-01'
            resourceGroupName: test-resource-group
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
            versionId: 8586676824806723000
            workflowName: test-workflow
          responses:
            '200':
              body:
                id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/workflows/test-workflow
                location: brazilsouth
                name: test-workflow
                properties:
                  accessEndpoint: http://tempuri.org
                  changedTime: '2018-08-09T22:54:54.3533634Z'
                  createdTime: '2018-04-25T01:39:21.4365247Z'
                  definition:
                    $schema: https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#
                    actions: {}
                    contentVersion: 1.0.0.0
                    outputs: {}
                    parameters: {}
                    triggers: {}
                  endpointsConfiguration:
                    connector:
                      outgoingIpAddresses:
                      - address: 40.84.145.61
                    workflow:
                      accessEndpointIpAddresses:
                      - address: 104.210.153.89
                      - address: 13.85.79.155
                      - address: 13.65.39.247
                      outgoingIpAddresses:
                      - address: 13.84.159.168
                      - address: 13.65.86.56
                      - address: 13.65.82.190
                  integrationAccount:
                    id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-resource-group/providers/Microsoft.Logic/integrationAccounts/test-integration-account
                    name: test-integration-account
                    type: Microsoft.Logic/integrationAccounts
                  parameters: {}
                  provisioningState: Succeeded
                  state: Enabled
                  version: 8586677515911718000
                tags: {}
                type: Microsoft.Logic/workflows
      summary: Azure Logic Apps Workflow Versions_ Get
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
components:
  schemas:
    WorkflowState:
      description: The workflow state.
      enum:
      - NotSpecified
      - Completed
      - Enabled
      - Disabled
      - Deleted
      - Suspended
      type: string
      x-ms-enum:
        modelAsString: true
        name: WorkflowState
    ResourceReference:
      description: The resource reference.
      properties:
        id:
          description: The resource id.
          type: string
        name:
          description: Gets the resource name.
          readOnly: true
          type: string
        type:
          description: Gets the resource type.
          readOnly: true
          type: string
      type: object
    ParameterType:
      description: The parameter type.
      enum:
      - NotSpecified
      - String
      - SecureString
      - Int
      - Float
      - Bool
      - Array
      - Object
      - SecureObject
      type: string
      x-ms-enum:
        modelAsString: true
        name: ParameterType
    WorkflowVersion:
      allOf:
      - $ref: '#/components/schemas/Resource'
      description: The workflow version.
      properties:
        properties:
          $ref: '#/components/schemas/WorkflowVersionProperties'
          description: The workflow version properties.
          x-ms-client-flatten: true
      type: object
    WorkflowVersionListResult:
      description: The list of workflow versions.
      properties:
        nextLink:
          description: The URL to get the next set of results.
          type: string
        value:
          description: A list of workflow versions.
          items:
            $ref: '#/components/schemas/WorkflowVersion'
            description: The workflow version.
          type: array
      type: object
    ErrorProperties:
      description: Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.
      properties:
        code:
          description: Error code.
          type: string
        message:
          description: Error message indicating why the operation failed.
          type: string
      type: object
    WorkflowParameter:
      description: The workflow parameters.
      properties:
        description:
          description: The description.
          type: string
        metadata:
          $ref: '#/components/schemas/Object'
          description: The metadata.
        type:
          $ref: '#/components/schemas/ParameterType'
          description: The type.
        value:
          $ref: '#/components/schemas/Object'
          description: The value.
      type: object
    Object:
      properties: {}
      type: object
    Sku:
      description: The sku type.
      properties:
        name:
          $ref: '#/components/schemas/SkuName'
          description: The name.
        plan:
          $ref: '#/components/schemas/ResourceReference'
          description: The reference to plan.
      required:
      - name
      type: object
    WorkflowVersionProperties:
      description: The workflow version properties.
      properties:
        accessEndpoint:
          description: Gets the access endpoint.
          readOnly: true
          type: string
        changedTime:
          description: Gets the changed time.
          format: date-time
          readOnly: true
          type: string
        createdTime:
          description: Gets the created time.
          format: date-time
          readOnly: true
          type: string
        definition:
          $ref: '#/components/schemas/Object'
          description: The definition.
        integrationAccount:
          $ref: '#/components/schemas/ResourceReference'
          description: The integration account.
        parameters:
          additionalProperties:
            $ref: '#/components/schemas/WorkflowParameter'
          description: The parameters.
          type: object
        sku:
          $ref: '#/components/schemas/Sku'
          description: The sku.
        state:
          $ref: '#/components/schemas/WorkflowState'
          description: The state.
        version:
          description: Gets the version.
          readOnly: true
          type: string
      type: object
    ErrorResponse:
      description: Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.
      properties:
        error:
          $ref: '#/components/schemas/ErrorProperties'
          description: The error properties.
      type: object
    SkuName:
      description: The sku name.
      enum:
      - NotSpecified
      - Free
      - Shared
      - Basic
      - Standard
      - Premium
      type: string
      x-ms-enum:
        modelAsString: true
        name: SkuName
    Resource:
      description: The base resource type.
      properties:
        id:
          description: The resource id.
          readOnly: true
          type: string
        location:
          description: The resource location.
          type: string
        name:
          description: Gets the resource name.
          readOnly: true
          type: string
        tags:
          additionalProperties:
            type: string
          description: The resource tags.
          type: object
        type:
          description: Gets the resource type.
          readOnly: true
          type: string
      x-ms-azure-resource: true
  parameters:
    subscriptionId:
      description: The subscription id.
      in: path
      name: subscriptionId
      required: true
      schema:
        type: string
    api-version:
      description: The API version.
      in: query
      name: api-version
      required: true
      schema:
        type: string
  securitySchemes:
    azure_auth:
      type: oauth2
      flows:
        implicit:
          scopes:
            user_impersonation: impersonate your user account
          authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
      description: Azure Active Directory OAuth2 Flow.