---
title: "List trading seasons, newest first"
method: GET
path: "/v1/season/list"
tags: ["season"]
---

# List trading seasons, newest first

`GET /v1/season/list`

## Response `200`

Successful response

- SeasonListOutput
  - `seasons` SeasonConfig[], required
    - `id` string, required
    - `name` string, required
    - `startUtc` string, date-time, required
    - `weekCount` integer, required
    - `weekDurationSeconds` integer, required
    - `tracks` string[]
    - `defaultTrack` 'pnl' | 'roi' | 'volume'
    - `resultsVisibleUntilUtc` string, date-time

## Other responses

- `500` — Internal server error

---

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