cricketaustralia_playlist
Fetches a curated video playlist by ID, returning playlist metadata and contained videos for highlights or other collections.
Instructions
A single Pulselive playlist by id — a curated collection of videos (e.g. a match's highlights playlist).
Returns: {id, type, title, description, date, content:[{id, type, title, ...}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Detail level. | STANDARD |
| pageSize | No | Max items to include. | |
| playlistId | Yes | Playlist id. Required — part of the URL path. |