get_videos
Retrieve a paginated list of uploaded videos from a YouTube channel, including views, likes, comments, and duration, up to 50 per page.
Instructions
Get a paginated list of the channel's uploaded videos with engagement metrics (views, likes, comments, duration). Returns up to 50 per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account name to query. Use list_accounts to see available options. Defaults to the first configured account. | |
| page_token | No | Pagination token from a previous response's next_page_token. | |
| max_results | No | Number of videos to return (1-50, default 25) |