---
title: "List available noise suppression engines"
method: GET
path: "/noise_suppression_engines"
tags: ["Noise Suppression Engines"]
---

# List available noise suppression engines

`GET /noise_suppression_engines`

Returns all noise suppression engines available to the authenticated user. Engines gated behind a feature flag are included only when the flag is enabled for the user's account. Results are not paginated; the number of engines is expected to remain small.

## Response `200`

A list of noise suppression engines available to the authenticated user

- NoiseSuppressionEnginesListResponse
  - `data` NoiseSuppressionEnginesNoiseSuppressionEngine[], required
    - `value` string, required — Machine-readable identifier of the engine, used when configuring noise suppression.
    - `label` string, required — Human-readable name of the engine.
    - `default_attenuation_level` integer, required — Default attenuation level of the engine (0-100, in multiples of ten).

## Other responses

- `401` — Unauthorized — the request did not carry valid Telnyx API credentials

## Changes

> 81 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/noise_suppression_engines/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/f6e9ed754d05?raw)
