---
title: "List Teams"
method: GET
path: "/v2/teams"
tags: ["Team API"]
---

# List Teams

`GET /v2/teams`

List all teams.

## Query parameters

- `pageSize` integer — Maximum number of results to return. Default is 10000, maximum is 10000.
- `pageToken` string — Token for pagination. Leave empty for the first request.

## Response `200`

Success

- SvauthPublicListTeamsResponse
  - `data` SvauthPublicTeam[] — The list of teams.
    - `id` string
    - `name` string
    - `prefix` string
    - `description` string, nullable
    - `organizationId` string
    - `createdAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
    - `color` string, nullable
  - `nextPageToken` string, nullable — Token for retrieving the next page of results. Empty if no more results.

## Other responses

- `default` — Error

---

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