---
title: "Retrieve a list of Network Access Profile resource's Network resource."
method: GET
path: "/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks"
tags: ["SupersimV1NetworkAccessProfileNetwork"]
---

# Retrieve a list of Network Access Profile resource's Network resource.

`GET /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks`

Retrieve a list of Network Access Profile resource's Network resource.

## Path parameters

- `NetworkAccessProfileSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `networks` SupersimV1NetworkAccessProfileNetworkAccessProfileNetwork[]
    - `sid` string, nullable — The unique string that identifies the Network resource.
    - `network_access_profile_sid` string, nullable — The unique string that identifies the Network resource's Network Access Profile resource.
    - `friendly_name` string, nullable — A human readable identifier of the Network this resource refers to.
    - `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
    - `url` string, uri, nullable — The absolute URL of the Network resource.
  - `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

---

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