GetPlaylist
GetPlaylist retrieves a playlist by ID along with its paginated items. Accessible with either an API key (public playlists) or OAuth token.
Headers
OAuth 2.0 Bearer token for user-authenticated requests. Format: Bearer <access_token>. Required for GetUserPlaylists; optional for GetPlaylist if x-api-key is provided.
"Bearer eyJhbGciOiJSUzI1NiIs..."
API key for server-to-server access. Only valid for GetPlaylist on public playlists.
"ang_live_..."
Preferred locale for localized content in playlist items (BCP 47).
"ar"
Path Parameters
Unique identifier of the playlist to retrieve.
Query Parameters
Maximum number of items to return per page (1-100, default 20).
Opaque page token from a previous response. Omit for the first page.