---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks"
tags: ["ManagedNetworks"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks

`GET /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetwork/managedNetworks`

The ListBySubscription  ManagedNetwork operation retrieves all the Managed Network Resources in the current subscription in a paginated format.

## Path parameters

- `subscriptionId` string, required

## Query parameters

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

## Response `200`

Get successful. The operation returns all Managed Network resources under the current subscription in a paginated format.

- ManagedNetworkListResult — Result of the request to list Managed Network. It contains a list of Managed Networks and a URL link to get the next set of results.
  - `value` ManagedNetwork[] — Gets a page of ManagedNetworks
    - `id` string — Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    - `name` string — The name of the resource
    - `type` string — The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
    - `location` string — The geo-location where the resource lives
  - `nextLink` string — Gets the URL to get the next page of results.

## Other responses

- `default` — Resource Provider error response describing why the operation failed.

---

[API](https://skmtc.dev/azure/apis/managednetworkmanagementclient.md) · [All operations](https://skmtc.dev/azure/apis/managednetworkmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/managednetworkmanagementclient/revisions/81e60830a1b4/schema)
