---
title: "Sound-effect collection details"
method: GET
path: "/v0/sound-effects/collections/{collectionId}"
tags: ["Sound effects"]
---

# Sound-effect collection details

`GET /v0/sound-effects/collections/{collectionId}`

Returns a single sound-effect collection along with a paginated set of its sound effects. Use `limit` and `offset` to page through the collection.

## Path parameters

- `collectionId` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Sound-effect collection response

- SoundEffectCollectionPaginatedResponse
  - `id` string, uuid, required
  - `name` string, required
  - `soundEffects` SoundEffectResponse[], required
    - `id` string, uuid, required
    - `title` string, required
    - `added` string, date-time, required
    - `length` integer, required
    - `images` ImagesResponse
      - `default` string, nullable
      - `M` string, nullable
      - `L` string, nullable
      - `S` string, nullable
      - `XS` string, nullable
  - `availableSoundEffects` integer, nullable
  - `pagination` Pagination, required
    - `page` integer, required
    - `limit` integer, required
    - `offset` integer
  - `links` PaginationLinks, required
    - `next` string, nullable
    - `prev` string, nullable

## Other responses

- `400` — Bad request.
- `401` — Unauthorized. Most likely your access token has expired.
- `404` — Sound-effect collection was not found.
- `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/c2fa1c98dbc2/schema)
