The workflow
sportradar-soccer-widget-fixtures takes a
season_id and a limit. It calls
Sportradar v4 /seasons/{id}/schedules.json through
the sportradar-soccer connector and reshapes the
response in the task outputs — no DB writes, no
mappings, no LLM. The whole roundtrip is under a second warm.
POST /workflow/execute/sportradar-soccer-widget-fixtures
{
"season_id": "sr:season:130281",
"limit": 20
}