Get series
get_seriesRetrieve a single series by ID, including its books, with compact fields for browsing or full raw Audiobookshelf data with audio files, tracks, and chapters.
Instructions
Fetches a single series by id, including its books. To list the books with paging and sorting, use list_library_items with filter_group="series" instead.
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. | |
| series_id | Yes | Series id |