List playlists
list_playlistsRetrieve all playlists accessible to the current user, optionally filtered by library ID. See which books or podcast episodes are included in your private playlists across libraries.
Instructions
Lists the playlists of the API key’s user. Without library_id it returns the playlists of every accessible library. Playlists are private per user and can hold books or podcast episodes; collections are shared server-wide and hold books only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | "compact" (default) returns a projection with the fields that matter for browsing; "full" returns the raw Audiobookshelf object including audio files, tracks and chapters, which is very large. | |
| library_id | No | Restrict the result to this library |