---
title: "Info for a specific loadTest"
method: GET
path: "/load-test/{loadTestName}"
tags: ["load-tests"]
---

# Info for a specific loadTest

`GET /load-test/{loadTestName}`

## Path parameters

- `loadTestName` string, required

## Response `200`

Load Test Information

- 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

- `404` — Load Test Information not found
- `default` — unexpected error

## Changes

> 19 revisions in range; 1 could not be searched.

- **2021-05-19** `041c2c9944ec` — 1 warning
  - added the new `Ghz` enum value to the `type` response property for the response status `200`
- **2021-05-04** `f36db7ef1bdb` — 1 warning, 1 info
  - added the new `JMeter` enum value to the `type` response property for the response status `200`
  - removed the `jMeter` enum value from the `type` response property for the response status `200`
- **2020-10-14** `e5100712a2d2` — 1 info
  - added the optional property `tags` to the response with the `200` status
- **2020-10-14** `cf6d7b687917` — 1 warning
  - added the new `Locust` enum value to the `type` response property for the response status `200`
- **2020-09-11** `476eba107c19` — 1 warning
  - added the new `Fake` enum value to the `type` response property for the response status `200`

[Full history](https://skmtc.dev/hellofresh/apis/kangal/changes/load-test/:loadTestName/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)
