mlb_schedule_postseason
Retrieve the MLB postseason schedule, filtered by season or series type, with dates, teams, and status.
Instructions
Postseason schedule — all playoff games (optionally a single season / series type).
Returns: {totalGames, dates:[{date, games:[{gamePk, seriesDescription, teams, status}]}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Season year. | |
| hydrate | No | Embed related objects. | |
| sportId | No | Sport id (1 = MLB). | |
| gameTypes | No | Postseason game type code(s): F, D, L, W. |