Get author
get_authorFetch an author's information and optionally their attributed library items, choosing compact fields for browsing or full raw data.
Instructions
Fetches a single author, optionally with the library items attributed to them.
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. | |
| author_id | Yes | Author id | |
| library_id | No | Restrict the returned items to this library | |
| include_items | No | Also return the author’s library items, default false |