---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts"
tags: ["IntegrationAccounts"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts`

Gets a list of integration accounts by resource group.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required

## Query parameters

- `api-version` string, required
- `$top` integer

## Response `200`

OK

- IntegrationAccountListResult — The list of integration accounts.
  - `value` IntegrationAccount[] — The list of integration accounts.
    - `id` string — The resource id.
    - `name` string — Gets the resource name.
    - `type` string — Gets the resource type.
    - `location` string — The resource location.
    - `tags` object — The resource tags.
  - `nextLink` string — The URL to get the next set of results.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/logicmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/logicmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/logicmanagementclient/versions/581a658b1ccd/schema)
