List series
list_seriesRetrieve all series from a book library, showing book count and total duration. Specify library_id to browse series.
Instructions
Lists the series of a book library with their number of books and total duration. To list the books of one series, call list_library_items with filter_group="series" and filter_value=.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 0-based page number, default 0 | |
| sort | No | Sort key, e.g. name, numBooks, addedAt, totalDuration | |
| limit | No | Number of entries to return, default 25, max 100 | |
| 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. | |
| descending | No | Reverse the sort order | |
| library_id | Yes | Library id, as returned by list_libraries |