---
title: "Returns all scrobble holds for the current user"
method: GET
path: "/api/Scrobbling/holds"
tags: ["Scrobbling"]
---

# Returns all scrobble holds for the current user

`GET /api/Scrobbling/holds`

## Response `200`

OK

- ScrobbleHoldDto[]
  - `seriesName` string, nullable
  - `seriesId` integer
  - `libraryId` integer
  - `created` string, date-time
  - `createdUtc` string, date-time

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/cc7f90a35897/schema)
