get_channel_activities
Retrieve a YouTube channel's recent activities, including video uploads, playlist additions, likes, and other events. Filter by publication date and paginate results with tokens.
Instructions
Gets recent activities from a YouTube channel including video uploads, playlist additions, likes, and other channel events.
Args: channel_id: The YouTube channel ID to retrieve activities for. Channel IDs typically start with 'UC'. max_results: Maximum number of activities to return (0-50). page_token: Pagination token from a previous response to get the next page. part: Comma-separated list of activity resource properties to include (e.g., 'snippet', 'contentDetails', 'id'). published_after: Return activities published after this date-time (RFC 3339 format: YYYY-MM-DDTHH:MM:SSZ). published_before: Return activities published before this date-time (RFC 3339 format: YYYY-MM-DDTHH:MM:SSZ).
Returns: Object with 'data', 'error' (if any), and 'successful' boolean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | ||
| channel_id | Yes | ||
| page_token | No | ||
| max_results | No | ||
| published_after | No | ||
| published_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||