---
title: "Get active thread networks"
method: GET
path: "/thread/networks"
tags: ["Thread"]
---

# Get active thread networks

`GET /thread/networks`

Get thread networks with atleast one device

## Query parameters

- `page` integer
- `folderId` integer, required
- `limit` integer
- `fields` string[]
- `views` string[]

## Response `200`

OK

- XiqThreadNetworks — Active thread networks
  - `networks` XiqThreadNetworkConfig[]
    - `id` integer — The unique identifier
    - `channel` integer — The network channel
    - `channel_mask` string — The network channel mask
    - `ext_pan_id` string — The unique extended pan id
    - `mesh_local_prefix` string — The mesh local prefix
    - `network_key` string — The thread network key
    - `network_name` string — The thread network name
    - `pan_id` string — The pan id
    - `pskc` string — The Pre-Shared Key for the Commissioner
    - `obtain_network_key_enabled` boolean
    - `native_commissioning_enabled` boolean
    - `routers_enabled` boolean
    - `external_commissioning_enabled` boolean
    - `beacons_enabled` boolean
    - `commercial_commissioning_enabled` boolean
    - `autonomous_enrollment_enabled` boolean
    - `network_key_provisioning_enabled` boolean
    - `non_ccm_routers_enabled` boolean
    - `active_timestamp` integer

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
