---
title: "List Noise Thresholds"
method: POST
path: "/noise_sensors/noise_thresholds/list"
tags: ["/noise_sensors"]
---

# List Noise Thresholds

`POST /noise_sensors/noise_thresholds/list`

Returns a list of all [noise thresholds](/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](/capability-guides/noise-sensors).

## Request body

- object
  - `device_id` string, uuid, required — ID of the device for which you want to list noise thresholds.

## Response `200`

OK

- object
  - `noise_thresholds` NoiseThreshold[], required
    - `device_id` string, uuid, required — Unique identifier for the device that contains the noise threshold.
    - `ends_daily_at` string, required — Time at which the noise threshold should become inactive daily.
    - `name` string, required — Name of the noise threshold.
    - `noise_threshold_decibels` number, float, required — Noise level in decibels for the noise threshold.
    - `noise_threshold_id` string, uuid, required — Unique identifier for the noise threshold.
    - `noise_threshold_nrs` number, float — Noise level in Noiseaware Noise Risk Score (NRS) for the noise threshold. This parameter is only relevant for [Noiseaware sensors](/device-and-system-integration-guides/noiseaware-sensors).
    - `starts_daily_at` string, required — Time at which the noise threshold should become active daily.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/revisions/00c35395ce12/schema)
