nbl_season_current
Retrieves the current NBL season details, including start and end dates, as a quick shortcut over seasons. Use an optional limit to control the number of rows returned.
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). |