---
title: "Retrieve a list of Network resources."
method: GET
path: "/v1/Networks"
tags: ["SupersimV1Network"]
---

# Retrieve a list of Network resources.

`GET /v1/Networks`

Retrieve a list of Network resources.

## Query parameters

- `IsoCountry` string
- `Mcc` string
- `Mnc` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `networks` SupersimV1Network[]
    - `sid` string, nullable — The unique string that we created to identify the Network resource.
    - `friendly_name` string, nullable — A human readable identifier of this resource.
    - `url` string, uri, nullable — The absolute URL of the Network resource.
    - `iso_country` string, nullable — The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resource.
    - `identifiers` unknown[], nullable — Array of objects identifying the [MCC-MNCs](https://en.wikipedia.org/wiki/Mobile_country_code) that are included in the Network resource.
      - unknown
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-07-03** (v1) `ed1f07150bf8` — 1 breaking
  - the `networks/items/identifiers/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v1) `44c25264457d` — 1 breaking
  - the `networks/items/identifiers/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v1) `40aef886b303` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- **2023-08-10** (v1) `4c8f6063ae9d` — 1 info
  - api tag `SupersimV1Network` added
- **2023-02-02** (v1) `a6e2859a656d` — 2 info
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageToken`

[Full history](https://skmtc.dev/twilio/apis/supersim-v1/changes/v1/Networks/get.md)

---

[API](https://skmtc.dev/twilio/apis/supersim-v1.md) · [All operations](https://skmtc.dev/twilio/apis/supersim-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/supersim-v1/revisions/c0baa6eaf932/schema)
