---
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

---

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