list_all_chapters
Retrieve the complete list of audiobook chapters, including index, name, duration, and resume point, without truncation for 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 |