list_channel_activities
Retrieve a chronological feed of a YouTube channel's recent uploads, playlist additions, and recommendations. Track channel activity with pagination support.
Instructions
Get a chronological feed of a channel's recent actions such as uploads, playlist additions, and recommendations. Returns snippet (type, publishedAt, title) and contentDetails (upload.videoId, playlist.playlistId). Useful for tracking what a channel has posted recently. Use page_token to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | No | Channel ID to fetch activities for | |
| mine | No | Set to true to fetch the authenticated user's activities | |
| max_results | No | Default 5 | |
| page_token | No | Token from a previous response to fetch the next page of results. |