afl_content_video_list
Retrieve AFL video content such as match replays, highlights, and press conferences. Filter by tags or references to find specific videos.
Instructions
List video content (highlights, replays, press conferences).
Returns: {pageInfo, content:[{id, type:'video', title, duration, onDemandUrl, additionalInfo}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return. | |
| offset | No | Rows to skip — this CMS surface pages with offset/limit, not page/pageSize. | |
| tagNames | No | e.g. ProgramCategory:Match Replays | |
| references | No | e.g. AFL_MATCH:8130 | |
| tagExpression | No | Pulse tag filter expression, e.g. 'AFL_MATCH:1234'. | |
| referenceExpression | No | Pulse reference filter, e.g. 'AFL_CLUB:Carlton' — restricts content to a linked entity. |