get_audiobook_chapters
Retrieve chapters from a Spotify audiobook using its ID or URI, with options to limit results, set a market, or offset the starting chapter.
Instructions
Get Spotify catalog information about an audiobook's chapters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Spotify ID or URI for the audiobook | |
| limit | No | Maximum number of chapters to return (1-50) | |
| market | No | Optional. An ISO 3166-1 alpha-2 country code | |
| offset | No | The index of the first chapter to return |