Get media progress
get_media_progressRetrieve a user's listening progress for a book or podcast episode, including position, percentage, and completion status. Returns a 404 if the item has never been started.
Instructions
The listening progress of the current user for one book or podcast episode: position, percentage and whether it is finished. Returns a 404 error when the item has never been started.
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. | |
| episode_id | No | Podcast episode id — required for podcast episodes, omitted for books | |
| library_item_id | Yes | Library item id, as returned by list_library_items or search_library |