---
title: "Retrieving tests list"
method: GET
path: "/api/v2/tests/"
tags: ["Tests"]
---

# Retrieving tests list

`GET /api/v2/tests/`

Returns many tests.

## Query parameters

- `folderId` string, uuid
- `noFolder` boolean
- `ordering` '-created' | '-name' | 'created' | 'name'
- `page` integer
- `page_size` integer
- `query` string

## Response `200`

- PaginatedV2TestList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` V2Test[], required
    - `id` string, uuid, required
    - `name` string
    - `folderId` string, uuid, nullable

## Other responses

- `401` — Authentication credentials were missing or invalid.

---

[API](https://skmtc.net/bugbug/apis/bugbug-io-public-api.md) · [All operations](https://skmtc.net/bugbug/apis/bugbug-io-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bugbug/bugbug-io-public-api/versions/ed479395857f/schema)
