Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/playlists/{playlistId}
{ "id": "<string>", "title": "<string>", "ownerId": "<string>", "items": [ { "title": "<string>", "src": "<string>" } ] }
Returns a specific playlist by its ID for the authenticated user
Playlist ID
Playlist details
Playlist data transfer object
Unique playlist identifier
Playlist title
Owner user ID
List of playlist items
Show child attributes
Was this page helpful?