pl_match_commentary
Fetch paginated live text commentary for a specific match using its match ID. Get timestamped comments, team info, and pagination controls to browse through the feed.
Instructions
Live text commentary feed for a match (paginated).
Returns: {pagination, data:[{type, time, timestamp, comment, team1, team2}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Match id. Required — part of the URL path. | |
| sort | No | Sort order. | timestamp:desc |
| limit | No | Page size. | |
| next_cursor | No | Pagination cursor. |