> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seam.co/llms.txt
> Use this file to discover all available pages before exploring further.

# The Noise Sensor Object

> Learn how the device object represents a noise sensor that measures sound levels, lets you configure thresholds, and emits disturbance events.

## The device Object for Noise Sensors

* [Endpoints](#endpoints)

Represents a [noise sensor](/capability-guides/noise-sensors).

Noise sensors are devices that measure that sound level in a given area. You can use noise sensors to monitor noise levels remotely and receive notifications when the noise volume is too loud. The Seam API enables you to configure the [noise thresholds](/capability-guides/noise-sensors/configure-noise-threshold-settings) of a noise sensor and receive events when a disturbance is detected. You can also [simulate triggering a noise threshold](/api/noise_sensors/simulate/trigger_noise_threshold).

The Seam API represents a noise sensor as a `device` resource that includes both basic device properties and noise sensor-specific properties.

***

## Endpoints

[**`/noise_sensors/list`**](./list)

Returns a list of all [noise sensors](/capability-guides/noise-sensors).
