get_audiobook_chapters
Retrieve chapters of a Spotify audiobook by providing its ID. Specify the number of chapters and offset to paginate results.
Instructions
Get chapters of a Spotify audiobook.
Args:
audiobook_id: The Spotify ID of the audiobook.
limit: Maximum number of chapters to return (1-50, default 20).
offset: Index of the first chapter to return (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audiobook_id | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |