---
title: "List folders"
method: GET
path: "/tests/folders"
---

# List folders

`GET /tests/folders`

List the folders your tests are organised into. Each folder carries its full path (`Checkout / Payments`) and how many tests are in it, counting its subfolders, so one call is enough to find the folder you want. `unfiledTestCount` is how many tests are in no folder at all.

## Response `200`

Successful response

- object
  - `folders` Folder[]
    - `id` string — The id everything else refers to this folder by.
    - `name` string — Display name. Two folders may share one.
    - `parentId` string, nullable — The folder this one sits in, or `null` at the top level.
    - `path` string — The names from the top level down, joined with ` / `.
    - `testCount` integer — Tests in this folder, counting its subfolders.
  - `unfiledTestCount` integer — Tests that are in no folder.

## Other responses

- `400` — This organisation's tests are QA Studio no-code tests, which this API does not file into folders.

---

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