Youtube · Arazzo Workflow
YouTube My Channel Uploads
Version 1.0.0
Resolve the authenticated user's uploads playlist, list its items, then batch-fetch video details.
Provider
Workflows
mine-channel-uploads
List the authenticated user's uploads and inspect the latest video.
Reads the authenticated user's channel to find the uploads playlist, lists the playlist items, and retrieves full video details for the most recent upload.
1
getMyChannel
youtube.channels.list
Read the authenticated user's channel and capture the uploads playlist id from contentDetails.relatedPlaylists.
2
listUploads
youtube.playlistItems.list
List the items in the uploads playlist and capture the first video id.
3
getVideoDetails
youtube.videos.list
Fetch full details and statistics for the most recent uploaded video.