listPlaylists in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists playlists from the Portal content library.
listPlaylists in the widget’s uses list before calling it.
const playlists = await listPlaylists({ ownership: "company", limit: 20 });
const listPlaylists: PortalFunction<PortalPage<PortalPlaylist>, ListPlaylistsInput>