nbl_season_current
Retrieve the current NBL season(s) with an optional row limit. Returns season IDs, names, years, types, external IDs, and start/end dates, resolving even when no season is active.
Instructions
The current season(s). Convenience shortcut over nbl_seasons; may return empty in the deep off-season (the call still resolves). Use limit to cap rows.
Returns: {type, count, data:[{id, name, year, season_type, external_id, start_date, end_date}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 1). |