v1
latestOpenAPI 3.1.02026-07-24650272.2 KBAPI Endpoints
Get playlist assets
get/video/playlist/{playlist_id}/assets
Path parameters
playlist_idstring required
Query parameters
sort_bystring
Optional, if sort_by is set to asset_title it will sorted by title name. Otherwise order in which user added the assets in playlist.
sort_orderinteger
-1 or 1
page_numberinteger
Optional, Minimun 1
page_sizestring
Optional, Minimun 10
Response
200
Example response
{
"asset_list": [
{
"id": "6593d0e5e1b4f8a05db8df0d",
"title": "video asset title 1",
"description": "Asset description",
"status": "ready",
"created_at": "2024-01-02T09:01:25.079Z",
"duration": 885
}
],
"has_next_page": true,
"next_page": 2
}