Skip to main content
GET
/
v1
/
playlists
/
{id}
Get playlist details
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"
    }
  }
}

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

Unique playlist identifier

Example:

"pl_abc123def456"

Response

OK

playlist
object
required

Detailed information about a playlist