list_all_chapters
Get a complete table of every audiobook chapter, including index, name, duration, and resume point. Walks all pages to avoid truncation on long books.
Instructions
List every chapter of an audiobook in one complete table (index, name, duration, resume point). Walks all pages of the chapters endpoint, so long books are not truncated the way they are in the Spotify app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audiobook_id | Yes | Spotify audiobook ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |