List Noise Sensors
Returns a list of all noise sensors.
Returns a list of all noise sensors. For additional filter parameters, see /devices/list.
Code:
await seam.noiseSensors.list({ limit: 10 });Output:
[
{
"capabilities_supported": ["noise_detection"],
"connected_account_id": "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"created_at": "2025-05-16T16:54:17.946049Z",
"custom_metadata": { "id": "internalId1" },
"device_id": "f1e2d3c4-b5a6-4d7c-8e9f-0a1b2c3d4e5f",
"device_type": "minut_sensor",
"display_name": "Living Room",
"errors": [],
"is_managed": true,
"location": {
"location_name": "Jane's Test Home",
"timezone": "America/Los_Angeles"
},
"nickname": "Living Room",
"properties": {
"appearance": { "name": "Living Room" },
"battery": { "level": 1, "status": "full" },
"battery_level": 1,
"currently_triggering_noise_threshold_ids": [],
"image_alt_text": "Minut Sensor",
"image_url": "https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/devices/minut_gen-3_front.png&q=75&w=128",
"manufacturer": "minut",
"minut_metadata": {
"device_id": "770cd3153deca3dee0fe0614",
"device_location": { "latitude": 0, "longitude": 0 },
"device_name": "Living Room",
"home_address": {
"city": "San Francisco",
"country": "US",
"notes": "string",
"post_code": "44210",
"region": "San Francisco County",
"street_name1": "2258 24th Street",
"street_name2": ""
},
"home_id": "2978b6d5dba395ec08300e46",
"home_location": { "latitude": 0, "longitude": 0 },
"home_name": "Jane's Test Home",
"latest_sensor_values": {
"accelerometer_z": {
"time": "2025-06-16T16:54:17.946049Z",
"value": -1.00390625
},
"humidity": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 31.110000610351562
},
"pressure": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 101923
},
"sound": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 47.7117919921875
},
"temperature": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 21.270000457763672
}
}
},
"model": {
"display_name": "Noise Sensor",
"manufacturer_display_name": "Minut"
},
"name": "Living Room",
"noise_level_decibels": 47.7117919921875,
"online": true
},
"warnings": [],
"workspace_id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
}
]Returns a list of all noise sensors. For additional filter parameters, see /devices/list.
Code:
curl --include --request POST "https://connect.getseam.com/noise_sensors/list" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"limit": 10
}
EOFOutput:
{
"devices": [
{
"capabilities_supported": ["noise_detection"],
"connected_account_id": "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"created_at": "2025-05-16T16:54:17.946049Z",
"custom_metadata": { "id": "internalId1" },
"device_id": "f1e2d3c4-b5a6-4d7c-8e9f-0a1b2c3d4e5f",
"device_type": "minut_sensor",
"display_name": "Living Room",
"errors": [],
"is_managed": true,
"location": {
"location_name": "Jane's Test Home",
"timezone": "America/Los_Angeles"
},
"nickname": "Living Room",
"properties": {
"appearance": { "name": "Living Room" },
"battery": { "level": 1, "status": "full" },
"battery_level": 1,
"currently_triggering_noise_threshold_ids": [],
"image_alt_text": "Minut Sensor",
"image_url": "https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/devices/minut_gen-3_front.png&q=75&w=128",
"manufacturer": "minut",
"minut_metadata": {
"device_id": "770cd3153deca3dee0fe0614",
"device_location": { "latitude": 0, "longitude": 0 },
"device_name": "Living Room",
"home_address": {
"city": "San Francisco",
"country": "US",
"notes": "string",
"post_code": "44210",
"region": "San Francisco County",
"street_name1": "2258 24th Street",
"street_name2": ""
},
"home_id": "2978b6d5dba395ec08300e46",
"home_location": { "latitude": 0, "longitude": 0 },
"home_name": "Jane's Test Home",
"latest_sensor_values": {
"accelerometer_z": {
"time": "2025-06-16T16:54:17.946049Z",
"value": -1.00390625
},
"humidity": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 31.110000610351562
},
"pressure": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 101923
},
"sound": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 47.7117919921875
},
"temperature": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 21.270000457763672
}
}
},
"model": {
"display_name": "Noise Sensor",
"manufacturer_display_name": "Minut"
},
"name": "Living Room",
"noise_level_decibels": 47.7117919921875,
"online": true
},
"warnings": [],
"workspace_id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
}
]
}Returns a list of all noise sensors. For additional filter parameters, see /devices/list.
Code:
seam.noise_sensors.list(limit=10)Output:
[
Device(
capabilities_supported=["noise_detection"],
connected_account_id="9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
created_at="2025-05-16T16:54:17.946049Z",
custom_metadata={"id": "internalId1"},
device_id="f1e2d3c4-b5a6-4d7c-8e9f-0a1b2c3d4e5f",
device_type="minut_sensor",
display_name="Living Room",
errors=[],
is_managed=true,
location={
"location_name": "Jane's Test Home",
"timezone": "America/Los_Angeles",
},
nickname="Living Room",
properties={
"appearance": {"name": "Living Room"},
"battery": {"level": 1, "status": "full"},
"battery_level": 1,
"currently_triggering_noise_threshold_ids": [],
"image_alt_text": "Minut Sensor",
"image_url": "https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/devices/minut_gen-3_front.png&q=75&w=128",
"manufacturer": "minut",
"minut_metadata": {
"device_id": "770cd3153deca3dee0fe0614",
"device_location": {"latitude": 0, "longitude": 0},
"device_name": "Living Room",
"home_address": {
"city": "San Francisco",
"country": "US",
"notes": "string",
"post_code": "44210",
"region": "San Francisco County",
"street_name1": "2258 24th Street",
"street_name2": "",
},
"home_id": "2978b6d5dba395ec08300e46",
"home_location": {"latitude": 0, "longitude": 0},
"home_name": "Jane's Test Home",
"latest_sensor_values": {
"accelerometer_z": {
"time": "2025-06-16T16:54:17.946049Z",
"value": -1.00390625,
},
"humidity": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 31.110000610351562,
},
"pressure": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 101923,
},
"sound": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 47.7117919921875,
},
"temperature": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 21.270000457763672,
},
},
},
"model": {
"display_name": "Noise Sensor",
"manufacturer_display_name": "Minut",
},
"name": "Living Room",
"noise_level_decibels": 47.7117919921875,
"online": true,
},
warnings=[],
workspace_id="1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
)
]Returns a list of all noise sensors. For additional filter parameters, see /devices/list.
Code:
seam.noise_sensors.list(limit: 10)Output:
[
{
"capabilities_supported" => ["noise_detection"],
"connected_account_id" => "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"created_at" => "2025-05-16T16:54:17.946049Z",
"custom_metadata" => {
id: "internalId1",
},
"device_id" => "f1e2d3c4-b5a6-4d7c-8e9f-0a1b2c3d4e5f",
"device_type" => "minut_sensor",
"display_name" => "Living Room",
"errors" => [],
"is_managed" => true,
"location" => {
location_name: "Jane's Test Home",
timezone: "America/Los_Angeles",
},
"nickname" => "Living Room",
"properties" => {
appearance: {
name: "Living Room",
},
battery: {
level: 1,
status: "full",
},
battery_level: 1,
currently_triggering_noise_threshold_ids: [],
image_alt_text: "Minut Sensor",
image_url:
"https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/devices/minut_gen-3_front.png&q=75&w=128",
manufacturer: "minut",
minut_metadata: {
device_id: "770cd3153deca3dee0fe0614",
device_location: {
latitude: 0,
longitude: 0,
},
device_name: "Living Room",
home_address: {
city: "San Francisco",
country: "US",
notes: "string",
post_code: "44210",
region: "San Francisco County",
street_name1: "2258 24th Street",
street_name2: "",
},
home_id: "2978b6d5dba395ec08300e46",
home_location: {
latitude: 0,
longitude: 0,
},
home_name: "Jane's Test Home",
latest_sensor_values: {
accelerometer_z: {
time: "2025-06-16T16:54:17.946049Z",
value: -1.00390625,
},
humidity: {
time: "2025-06-16T16:54:17.946049Z",
value: 31.110000610351562,
},
pressure: {
time: "2025-06-16T16:54:17.946049Z",
value: 101_923,
},
sound: {
time: "2025-06-16T16:54:17.946049Z",
value: 47.7117919921875,
},
temperature: {
time: "2025-06-16T16:54:17.946049Z",
value: 21.270000457763672,
},
},
},
model: {
display_name: "Noise Sensor",
manufacturer_display_name: "Minut",
},
name: "Living Room",
noise_level_decibels: 47.7117919921875,
online: true,
},
"warnings" => [],
"workspace_id" => "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
},
]Returns a list of all noise sensors. For additional filter parameters, see /devices/list.
Code:
$seam->noise_sensors->list(limit: 10);Output:
[
[
"capabilities_supported" => ["noise_detection"],
"connected_account_id" => "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"created_at" => "2025-05-16T16:54:17.946049Z",
"custom_metadata" => ["id" => "internalId1"],
"device_id" => "f1e2d3c4-b5a6-4d7c-8e9f-0a1b2c3d4e5f",
"device_type" => "minut_sensor",
"display_name" => "Living Room",
"errors" => [],
"is_managed" => true,
"location" => [
"location_name" => "Jane's Test Home",
"timezone" => "America/Los_Angeles",
],
"nickname" => "Living Room",
"properties" => [
"appearance" => ["name" => "Living Room"],
"battery" => ["level" => 1, "status" => "full"],
"battery_level" => 1,
"currently_triggering_noise_threshold_ids" => [],
"image_alt_text" => "Minut Sensor",
"image_url" =>
"https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/devices/minut_gen-3_front.png&q=75&w=128",
"manufacturer" => "minut",
"minut_metadata" => [
"device_id" => "770cd3153deca3dee0fe0614",
"device_location" => ["latitude" => 0, "longitude" => 0],
"device_name" => "Living Room",
"home_address" => [
"city" => "San Francisco",
"country" => "US",
"notes" => "string",
"post_code" => "44210",
"region" => "San Francisco County",
"street_name1" => "2258 24th Street",
"street_name2" => "",
],
"home_id" => "2978b6d5dba395ec08300e46",
"home_location" => ["latitude" => 0, "longitude" => 0],
"home_name" => "Jane's Test Home",
"latest_sensor_values" => [
"accelerometer_z" => [
"time" => "2025-06-16T16:54:17.946049Z",
"value" => -1.00390625,
],
"humidity" => [
"time" => "2025-06-16T16:54:17.946049Z",
"value" => 31.110000610351562,
],
"pressure" => [
"time" => "2025-06-16T16:54:17.946049Z",
"value" => 101923,
],
"sound" => [
"time" => "2025-06-16T16:54:17.946049Z",
"value" => 47.7117919921875,
],
"temperature" => [
"time" => "2025-06-16T16:54:17.946049Z",
"value" => 21.270000457763672,
],
],
],
"model" => [
"display_name" => "Noise Sensor",
"manufacturer_display_name" => "Minut",
],
"name" => "Living Room",
"noise_level_decibels" => 47.7117919921875,
"online" => true,
],
"warnings" => [],
"workspace_id" => "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
],
];Returns a list of all noise sensors. For additional filter parameters, see /devices/list.
Code:
seam noise-sensors list --limit 10Output:
[
{
"capabilities_supported": ["noise_detection"],
"connected_account_id": "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"created_at": "2025-05-16T16:54:17.946049Z",
"custom_metadata": { "id": "internalId1" },
"device_id": "f1e2d3c4-b5a6-4d7c-8e9f-0a1b2c3d4e5f",
"device_type": "minut_sensor",
"display_name": "Living Room",
"errors": [],
"is_managed": true,
"location": {
"location_name": "Jane's Test Home",
"timezone": "America/Los_Angeles"
},
"nickname": "Living Room",
"properties": {
"appearance": { "name": "Living Room" },
"battery": { "level": 1, "status": "full" },
"battery_level": 1,
"currently_triggering_noise_threshold_ids": [],
"image_alt_text": "Minut Sensor",
"image_url": "https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/devices/minut_gen-3_front.png&q=75&w=128",
"manufacturer": "minut",
"minut_metadata": {
"device_id": "770cd3153deca3dee0fe0614",
"device_location": { "latitude": 0, "longitude": 0 },
"device_name": "Living Room",
"home_address": {
"city": "San Francisco",
"country": "US",
"notes": "string",
"post_code": "44210",
"region": "San Francisco County",
"street_name1": "2258 24th Street",
"street_name2": ""
},
"home_id": "2978b6d5dba395ec08300e46",
"home_location": { "latitude": 0, "longitude": 0 },
"home_name": "Jane's Test Home",
"latest_sensor_values": {
"accelerometer_z": {
"time": "2025-06-16T16:54:17.946049Z",
"value": -1.00390625
},
"humidity": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 31.110000610351562
},
"pressure": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 101923
},
"sound": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 47.7117919921875
},
"temperature": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 21.270000457763672
}
}
},
"model": {
"display_name": "Noise Sensor",
"manufacturer_display_name": "Minut"
},
"name": "Living Room",
"noise_level_decibels": 47.7117919921875,
"online": true
},
"warnings": [],
"workspace_id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
}
]Request Parameters
connect_webview_id String
ID of the Connect Webview for which you want to list devices.
connected_account_id String
ID of the connected account for which you want to list devices.
connected_account_ids Array of UUIDs
Array of IDs of the connected accounts for which you want to list devices.
created_before String
Timestamp by which to limit returned devices. Returns devices created before this timestamp.
custom_metadata_has Object
Set of key:value custom metadata pairs for which you want to list devices.
customer_key String
Customer key for which you want to list devices.
device_ids Array of UUIDs
Array of device IDs for which you want to list devices.
device_type String
Device type of the noise sensors that you want to list.
device_types Array of Enums
Device types of the noise sensors that you want to list.
limit Number
Numerical limit on the number of devices to return.
manufacturer String
Manufacturers of the noise sensors that you want to list.
page_cursor String
Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.
search String
String for which to search. Filters returned devices to include all records that satisfy a partial match using device_id, display_name, custom_metadata or location.location_name.
space_id String
ID of the space for which you want to list devices.
unstable_location_id String
Deprecated. Use space_id.
user_identifier_key String
Your own internal user ID for the user for which you want to list devices.
Response
Array of devices
{
"capabilities_supported": ["noise_detection"],
"connected_account_id": "9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"created_at": "2025-05-16T16:54:17.946049Z",
"custom_metadata": { "id": "internalId1" },
"device_id": "f1e2d3c4-b5a6-4d7c-8e9f-0a1b2c3d4e5f",
"device_type": "minut_sensor",
"display_name": "Living Room",
"errors": [],
"is_managed": true,
"space_ids": [],
"location": {
"location_name": "Jane's Test Home",
"timezone": "America/Los_Angeles"
},
"nickname": "Living Room",
"properties": {
"appearance": { "name": "Living Room" },
"battery": { "level": 1, "status": "full" },
"battery_level": 1,
"currently_triggering_noise_threshold_ids": [],
"image_alt_text": "Minut Sensor",
"image_url": "https://connect.getseam.com/_next/image?url=https://connect.getseam.com/assets/images/devices/minut_gen-3_front.png&q=75&w=128",
"manufacturer": "minut",
"minut_metadata": {
"device_id": "770cd3153deca3dee0fe0614",
"device_location": { "latitude": 0, "longitude": 0 },
"device_name": "Living Room",
"home_address": {
"city": "San Francisco",
"country": "US",
"notes": "string",
"post_code": "44210",
"region": "San Francisco County",
"street_name1": "2258 24th Street",
"street_name2": ""
},
"home_id": "2978b6d5dba395ec08300e46",
"home_location": { "latitude": 0, "longitude": 0 },
"home_name": "Jane's Test Home",
"latest_sensor_values": {
"accelerometer_z": {
"time": "2025-06-16T16:54:17.946049Z",
"value": -1.00390625
},
"humidity": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 31.110000610351562
},
"pressure": { "time": "2025-06-16T16:54:17.946049Z", "value": 101923 },
"sound": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 47.7117919921875
},
"temperature": {
"time": "2025-06-16T16:54:17.946049Z",
"value": 21.270000457763672
}
}
},
"model": {
"display_name": "Noise Sensor",
"manufacturer_display_name": "Minut"
},
"name": "Living Room",
"noise_level_decibels": 47.7117919921875,
"online": true
},
"warnings": [],
"workspace_id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
}Last updated
Was this helpful?

