Get Playlist
Fetch metadata and videos for a YouTube playlist.
Capability ID
youtube.playlist.get
Cost
1 credit per request
Maximum runtime
60 seconds
POST
/execute
Shared execution endpoint
Input parameters
limit
integer
optional
Maximum number of results to return.
max_pages
integer
optional
Max pages supplied for this request.
url
string
required
YouTube playlist URL or playlist ID
Example
https://www.youtube.com/playlist?list=PLrAXtmErZgOeiKm4sgNOknGvNjby9efdf
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.