List playlist videos
list_playlist_videosGet videos from a YouTube playlist in playlist order using a playlist ID or URL. Paginate through results and optionally output just video IDs.
Instructions
List videos of a playlist in playlist order. Accepts a PL... playlist id or a URL with list=. ids_only=true returns just video ids (up to 500 per page).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | PL... playlist id or URL (required unless paginating) | |
| limit | No | Page size. Up to 100, or up to 500 with ids_only | |
| ids_only | No | Return video_ids[] instead of full video objects | |
| next_page_token | No | Token from a previous result |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| videos | No | ||
| has_more | No | ||
| playlist | No | ||
| video_ids | No | ||
| next_page_token | No |