---
title: "List all the load tests"
method: GET
path: "/load-test"
tags: ["load-tests"]
---

# List all the load tests

`GET /load-test`

## Query parameters

- `tags` string
- `phase` 'creating' | 'starting' | 'running' | 'finished' | 'errored'
- `limit` integer
- `continue` integer

## Response `200`

Expected response to a valid request

- LoadTestStatusPage
  - `limit` integer
  - `continue` string
  - `remain` integer, nullable
  - `items` LoadTestStatus[]
    - `distributedPods` integer
    - `loadtestName` string
    - `phase` 'creating' | 'starting' | 'running' | 'finished' | 'errored'
    - `tags` object
    - `hasEnvVars` boolean
    - `hasTestData` boolean
    - `type` 'JMeter' | 'Fake' | 'Locust' | 'Ghz' | 'K6'

## Other responses

- `default` — unexpected error

## Changes

- **2026-07-17** `0e58fb7f5d25` — 1 warning
  - added the new `K6` enum value to the `items/items/type` response property for the response status `200`
- **2021-05-19** `041c2c9944ec` — 1 warning
  - added the new `Ghz` enum value to the `items/items/type` response property for the response status `200`
- **2021-05-04** `f36db7ef1bdb` — 1 warning, 1 info
  - added the new `JMeter` enum value to the `items/items/type` response property for the response status `200`
  - removed the `jMeter` enum value from the `items/items/type` response property for the response status `200`
- **2020-11-19** `0d467309091e` — 1 info
  - added the new optional `query` request parameter `phase`
- **2020-10-14** `e5100712a2d2` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/hellofresh/apis/kangal/changes/load-test/get.md)

---

[API](https://skmtc.dev/hellofresh/apis/kangal.md) · [All operations](https://skmtc.dev/hellofresh/apis/kangal/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hellofresh/kangal/revisions/0e58fb7f5d25/schema)
