get_libraries_by_id_series_by_series_id
Retrieve a specific series from an Audiobookshelf library using its library ID and series ID. Supports sorting, filtering, and including RSS feed data.
Instructions
Get single series in library.
GET /api/libraries/{id}/series/{seriesId}
Args:
id: Path parameter.
series_id: Path parameter.
sort: The field to sort by from the request.
filter: The filter for the library.
include: The fields to include in the response. The only current option is rssfeed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| sort | No | ||
| filter | No | ||
| include | No | ||
| series_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |