---
title: "Get all connections"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/connections"
tags: ["Connections"]
---

# Get all connections

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/connections`

Gets a list of connections

## Path parameters

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

## Query parameters

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

## Response `200`

A list of API connection

- ApiConnectionDefinitionCollection — A list of API connection definitions
  - `value` ApiConnectionDefinition[] — Collection of API connections
    - `id` string — Resource id
    - `name` string — Resource name
    - `type` string — Resource type
    - `location` string — Resource location
    - `etag` string — Resource ETag
    - `tags` TagsDictionary — Resource tags

---

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