---
title: "Get league season options"
method: POST
path: "/leagues/{identifier}/season-options"
tags: ["League Discovery"]
---

# Get league season options

`POST /leagues/{identifier}/season-options`

Returns season selector options for a league game. Requires leagues.league_public:read.

## Path parameters

- `identifier` string, required — League slug or Convex league ID.

## Request body

- LeagueSeasonOptionsRequestBody — Season option selector.
  - `gameId` string, required — Game ID to list season options for.

## Response `200`

League season options.

- LeagueSeasonOptions — Season selector options.
  - `seasons` object[], required — Season selector options for a league game.
  - `defaultSeasonId` string, nullable, required — Recommended default option.
  - `timestamp` string, required — Response generation time (ISO 8601).

## Other responses

- `400` — Bad request (invalid body, cursor, limit, or date).
- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `429` — Rate limited.
- `500` — Internal server error.

---

[API](https://skmtc.net/teambattles/apis/teambattles-api.md) · [All operations](https://skmtc.net/teambattles/apis/teambattles-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teambattles/teambattles-api/versions/2ffe8fb53b7d/schema)
