---
title: "Get All Teams"
method: GET
path: "/teams/summary"
---

# Get All Teams

`GET /teams/summary`

## Query parameters

- `filter.team_name` string
- `filter.user_uid` string
- `filter.keyword` string
- `filter.is_deleted` boolean
- `filter.team_uid` string
- `filter.user_keyword` string
- `filter.skillset_uid` string
- `filter.custom_field` string
- `filter.updated_at_from` string, date
- `filter.updated_at_to` string, date
- `filter.business_unit` string
- `filter.is_dispatchable` boolean

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `team_uid` string
    - `team_name` string
    - `team_color` string
    - `team_description` string
    - `team_timezone` string
    - `user_count` integer
    - `is_active` boolean
    - `created_at` string
    - `updated_at` string
    - `created_by` unknown
  - `total_records` integer
  - `current_page` integer
  - `total_pages` integer

## Other responses

- `400` — 400
- `500` — 500

---

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