---
title: "Get teams"
method: GET
path: "/api/v2/teams"
tags: ["Teams"]
---

# Get teams

`GET /api/v2/teams`

List all teams.

## Query parameters

- `filter` union — Filter schema for `team` list endpoints — pass a single condition or a logical group.
  - FilterTeam — Filter parameters for listing teams. Supports filtering by name and membership. Standard string and ID operators apply.
    - `id` union — Filter by ID.
      - object — Filter using explicit operator syntax.
        - `not_eq` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
      - Id — unresolved $ref
    - `query` union — Filter by team name (text search).
      - object — Filter using explicit operator syntax.
        - `not_eq` Query — unresolved $ref
        - `not_contain` Query — unresolved $ref
        - `eq` Query — unresolved $ref
        - `contains` Query — unresolved $ref
      - Query — unresolved $ref
    - `name` union — Filter by team name (text search).
      - object — Filter using explicit operator syntax.
        - `eq` Name — unresolved $ref
        - `not_eq` Name — unresolved $ref
        - `contains` Name — unresolved $ref
        - `not_contain` Name — unresolved $ref
      - Name — unresolved $ref
    - `color_id` union — Filter by team color ID.
      - ColorId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` ColorId — unresolved $ref
        - `not_contain` ColorId — unresolved $ref
        - `eq` ColorId — unresolved $ref
        - `contains` ColorId — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection team

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
