---
title: "Get team swiss tournaments"
method: GET
path: "/api/team/{teamId}/swiss"
tags: ["Teams", "Tournaments (Swiss)"]
---

# Get team swiss tournaments

`GET /api/team/{teamId}/swiss`

Get all swiss tournaments of a team.
Tournaments are sorted by reverse chronological order of start date (last starting first).
Tournaments are streamed as [ndjson](#description/streaming-with-nd-json).

## Path parameters

- `teamId` string, required

## Query parameters

- `max` integer
- `status` 'created' | 'started' | 'finished' — The current state of the swiss tournament
- `createdBy` string
- `name` string

## Response `200`

The list of Swiss tournaments of a team.

---

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