Get collection
get_collectionRetrieve a single collection with its books in order. Specify the collection ID and optional detail level to get a compact or full item list.
Instructions
Fetches one collection with the books it contains, in order.
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. | |
| collection_id | Yes | Collection id, as returned by list_collections |