Skip to content

Get Playlist Items Node

Data/Google/YouTube

Get Playlist Items

Get videos in a YouTube playlist

data_google_youtube_get_playlist_itemsdataLong running
Inputs5
Outputs6
Security exposure10/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

5

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Google provider

GoogleProviderGoogleProvider4 fields
provider_idstringrequired

The provider ID

access_tokenstringrequired

The OAuth access token

refresh_tokenstring | null

Optional refresh token

expires_atinteger | null

Token expiration timestamp (unix seconds)

format uint64min 0
Schema enforced

Playlist ID

String
playlist_id

YouTube playlist ID

Max Results

Integer
max_results

Maximum results (1-50)

Default 25

Page Token

String
page_token

Token for pagination

Output Pins

6

Success

Execution
exec_out

Error

Execution
error

Items

Struct Array
items

Playlist items

YouTubePlaylistItemYouTubePlaylistItem6 fields
item_idstringrequired
video_idstringrequired
titlestringrequired
descriptionstring | null
positioninteger:int64required
format int64
thumbnail_urlstring | null

Next Page Token

String
next_page_token

Total Items

Integer
total_items

Total items in playlist

Error Message

String
error_message

Node Info

Internal name
data_google_youtube_get_playlist_items
Category
Data/Google/YouTube