list_channel_videos
Retrieve uploaded videos from your channel in reverse chronological order. Use pagination to control results and access titles, publish dates, durations, views, likes, comments, and privacy status.
Instructions
Lists your channel's uploaded videos in reverse chronological order.
Args: max_results: Number of videos to retrieve (max 50 per page). page_token: Optional page token for pagination.
Returns: List of videos with video ID, title, publish date, duration, views, likes, comments, and privacy status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_token | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |