get_authors_by_id
Retrieve author details by ID, optionally including associated library items and series. Use this to fetch specific author information from Audiobookshelf.
Instructions
Get an author by ID.
GET /api/authors/{id}
Args:
id: Path parameter.
include: A comma separated list of what to include with the author. The options are items and series. series will only have an effect if items is included. For example, the value items,series will include both library items and series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| include | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |