Playlists
Get playlist details
Returns detailed information about a playlist including its videos
get/v1/playlists/{id}
Path parameters
idstring required
Unique playlist identifier
Example:pl_abc123def456
Unique playlist identifier
Response
OK
Example response
{
"playlist": {
"createdAt": "2024-01-15T10:30:00.000Z",
"description": "A collection of tutorial videos for our product",
"emoji": "🎬",
"groupId": "pg_abc123def456",
"id": "pl_abc123def456",
"linkScope": "public",
"links": {
"viewPage": "https://www.tella.tv/playlist/pl_abc123def456/view"
},
"name": "Product Tutorials",
"searchEngineIndexingEnabled": true,
"updatedAt": "2024-01-15T14:45:00.000Z",
"videos": 12,
"visibility": "org"
}
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.