---
title: "Get sensor scan settings"
method: GET
path: "/radio-profiles/sensor-scan/{id}"
tags: ["Configuration - Policy"]
---

# Get sensor scan settings

`GET /radio-profiles/sensor-scan/{id}`

Get the sensor scan settings belonging to a radio profile.

## Path parameters

- `id` integer, required

## Response `200`

OK

- XiqRpSensorScanSettings — The payload of config for the radio profile
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `enable_scan_all_channels` boolean — Whether to enable scanning all channels
  - `dwell_time` string — The dwell time in ms
  - `scan_channels` string — The comma separated list of scan channels

---

[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)
