---
title: "List sound-effect collections"
method: GET
path: "/v0/sound-effects/collections"
tags: ["Sound effects"]
---

# List sound-effect collections

`GET /v0/sound-effects/collections`

Returns the sound-effect collections active for your application.

Sound-effect collections are managed via the developer portal: an admin imports an EMS
playlist into a collection, and end users see only Active collections through this endpoint.

Every application has access to every sound effect, so there is no per-tier cap and no
paid/free distinction. Up to 20 sound effects per collection are included by default;
pass `excludeField=soundEffects` to omit them, or paginate the full set via
`/sound-effects/collections/{collectionId}`.

## Query parameters

- `excludeField` 'soundEffects'
- `limit` integer
- `offset` integer

## Response `200`

Sound-effect collections response

- SoundEffectCollectionsPaginatedResponse
  - `collections` SoundEffectCollectionResponse[], required
    - `id` string, uuid, required — Unique ID of the sound-effect collection.
    - `name` string, required — Name of the collection
    - `soundEffects` SoundEffectResponse[], required
      - `id` string, uuid, required
      - `title` string, required
      - `added` string, date-time, required
      - `length` integer, required
      - `images` ImagesResponse
        - `default` string, nullable
        - `L` string, nullable
        - `M` string, nullable
        - `S` string, nullable
        - `XS` string, nullable
    - `availableSoundEffects` integer, nullable — Total number of sound effects available in the collection
  - `pagination` Pagination, required
    - `page` integer, required
    - `limit` integer, required
    - `offset` integer
  - `links` PaginationLinks, required
    - `next` string, nullable
    - `prev` string, nullable

## Other responses

- `401` — Unauthorized. Most likely your access token has expired.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/epidemicsound/apis/partner-content-api.md) · [All operations](https://skmtc.net/epidemicsound/apis/partner-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epidemicsound/partner-content-api/revisions/c11d2a3e0d84/schema)
