List channel videos
list_channel_videosList a channel's videos newest first by supplying an @handle, channel ID, or URL. Retrieve up to 100 full video entries per page, or up to 500 video IDs in ids_only mode for batch transcript fetching.
Instructions
List videos from a channel's Videos tab, newest first. Accepts an @handle, a UC... channel id or a channel URL. ids_only=true returns just video ids (up to 500 per page) — use it when you only need ids to fetch transcripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | @handle, channel name, UC... channel id or channel 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 | ||
| channel | No | ||
| has_more | No | ||
| video_ids | No | ||
| next_page_token | No |