---
title: "Lists all the network resources."
method: GET
path: "/Resources/Networks"
tags: ["MeshNetworks"]
---

# Lists all the network resources.

`GET /Resources/Networks`

Gets the information about all network resources in a given resource group. The information include the description and other properties of the Network.

## Query parameters

- `api-version` '6.4-preview', required

## Response `200`

OK

- PagedNetworkResourceDescriptionList — The list of network resources. The list is paged when all of the results cannot fit in a single message. The next set of results can be obtained by executing the same query with the continuation token provided in this list.
  - `ContinuationToken` string — The continuation token parameter is used to obtain next set of results. The continuation token is included in the response of the API when the results from the system do not fit in a single response. When this value is passed to the next API call, the API returns next set of results. If there are no further results, then the continuation token is not included in the response.
  - `Items` NetworkResourceDescription[] — One page of the list.
    - `name` string, required — Name of the Network resource.
    - `properties` NetworkResourceProperties, required — This type describes the properties of a network resource, including its kind.
      - `kind` 'Local', required — The type of a Service Fabric container network.

## Other responses

- `default` — Error

---

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