---
title: "List Custom Background Noises"
method: GET
path: "/v1/custom-background-noises"
tags: ["Digital Humans"]
---

# List Custom Background Noises

`GET /v1/custom-background-noises`

List the caller org's custom background noises, oldest first.

Each row carries usage_count (referencing digital humans) so the UI can warn
before delete; the DELETE endpoint stays the authoritative guard.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- CustomBackgroundNoise[]
  - `id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `storage_path` string, required
  - `created_at` string, nullable
  - `created_by` string, nullable
  - `usage_count` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
