---
title: "Get all teams for a company"
method: GET
path: "/api/v1/team"
tags: ["Team"]
---

# Get all teams for a company

`GET /api/v1/team`

Get all teams for a company

## Query parameters

- `company_id` string, uuid, required
- `page` integer
- `size` integer

## Response `200`

Successful Response

- PagedTeamDTO
  - `items` TeamDTO[], required
    - `name` string, nullable — Name of the team.
    - `companyId` string, uuid, nullable — ID of the organization the team belongs to.
    - `id` string, uuid, nullable — ID of the team.
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `201` — Resource created successfully.
- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation error. Please check your input.

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
