---
title: "Get a Noise Threshold"
method: POST
path: "/noise_sensors/noise_thresholds/get"
tags: ["/noise_sensors"]
---

# Get a Noise Threshold

`POST /noise_sensors/noise_thresholds/get`

Returns a specified [noise threshold](/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](/capability-guides/noise-sensors).

## Request body

- object
  - `noise_threshold_id` string, uuid, required — ID of the noise threshold that you want to get.

## Response `200`

OK

- object
  - `noise_threshold` NoiseThreshold, required — Represents a [noise threshold](/capability-guides/noise-sensors/configure-noise-threshold-settings) for a [noise sensor](/capability-guides/noise-sensors). Thresholds represent the limits of noise tolerated at a property, which can be customized for each hour of the day. Each device has its own default thresholds, but you can use the Seam API to modify them. See the [noise_threshold object](/api/noise_sensors/noise_thresholds/object).
    - `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/versions/00c35395ce12/schema)
