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

# List teams

`GET /teams`

Gets the list of teams in the organization with specified `organizationId`.

## Query parameters

- `organizationId` integer, required
- `includePrivateSpaces` boolean
- `cols[]` string[]
- `pg[sortBy]` string
- `pg[offset]` integer
- `pg[sortDir]` 'asc' | 'desc'
- `pg[limit]` integer

## Response `200`

Successful response

- object
  - `teams` object[]
    - `id` integer
    - `name` string
    - `organizationId` integer
    - `operationsLimit` integer
    - `transferLimit` unknown
    - `type` 'standard' | 'personal' — Distinguishes a standard team from a private space (`personal`). Only returned when requested via `cols[]=type`. Private spaces are included in the list only when `includePrivateSpaces=true`.
  - `pg` object
    - `last` string
    - `showLast` boolean
    - `sortBy` string
    - `sortDir` string
    - `limit` integer
    - `offset` integer

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
