Get library item
get_library_itemFetch a single book or podcast with metadata, tags, and listening progress. Provide the item ID for a compact summary or full detail with chapters and audio files.
Instructions
Fetches one book or podcast including its metadata, tags and the listening progress of the API key’s user. Chapters, audio files and tracks are not part of the compact projection — use get_item_chapters for chapters, or detail="full" for everything.
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. | |
| library_item_id | Yes | Library item id, as returned by list_library_items or search_library |