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

---

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