---
title: "List test groups"
method: GET
path: "/v1/groups"
tags: ["groups"]
---

# List test groups

`GET /v1/groups`

List test groups for a project. The default All Tests group is always returned and new tests are added to it at creation time.

## Query parameters

- `projectId` string, required

## Headers

- `Authorization` string, required

## Response `200`

List of test groups

- GroupsListTestGroupsResponse200
  - `groups` V1GroupsGetResponsesContentApplicationJsonSchemaGroupsItems[], required
    - `id` string, uuid, required
    - `name` string, required
    - `isDefault` boolean, required
    - `testCount` integer, required
    - `prepTestId` string, uuid, nullable, required

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing API key
- `404` — Not Found - Resource does not exist or is not accessible
- `429` — Too Many Requests - Usage limit exceeded
- `500` — Internal Server Error
- `504` — Gateway Timeout - Test execution exceeded time limit

---

[API](https://skmtc.net/tester/apis/testerarmy-api.md) · [All operations](https://skmtc.net/tester/apis/testerarmy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tester/testerarmy-api/versions/7fd19ca2a7fc/schema)
