---
title: "Get squads"
method: GET
path: "/api/v1/project/squads"
tags: ["Configuration"]
---

# Get squads

`GET /api/v1/project/squads`

Get all squads for a project

## Query parameters

- `projectId` integer, required

## Response `200`

List of squads

- object
  - `data` Squad[]
    - `squadId` integer — Unique squad identifier
    - `squadName` string — Squad name
    - `projectId` integer — Project ID
  - `status` integer

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/versions/f818f4b6fb31/schema)
