get_audiobook_chapters
Retrieve chapters of a Spotify audiobook by providing its ID. Specify limit, offset, and market for tailored 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).
market: ISO 3166-1 alpha-2 country code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audiobook_id | Yes | ||
| limit | No | ||
| offset | No | ||
| market | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |