cURL
curl --request GET \ --url https://api.tella.com/v1/playlists/{id} \ --header 'Authorization: Bearer <token>'
{ "playlist": { "id": "pl_abc123def456", "name": "Product Tutorials", "description": "A collection of tutorial videos for our product", "emoji": "🎬", "videos": 12, "linkScope": "public", "searchEngineIndexingEnabled": true, "visibility": "org", "createdAt": "2024-01-15T10:30:00.000Z", "updatedAt": "2024-01-15T14:45:00.000Z", "links": { "viewPage": "https://www.tella.tv/playlist/pl_abc123def456/view" } } }
Returns detailed information about a playlist including its videos
API key obtained from your Tella account settings
Unique playlist identifier
"pl_abc123def456"
OK
Detailed information about a playlist
Show child attributes
Was this page helpful?