---
title: "run test"
method: POST
path: "/tests/{testId}/run"
tags: ["api"]
---

# run test

`POST /tests/{testId}/run`

run a particular test

## Parameters

- `./parameters.yaml#/components/parameters/testId` — unresolved $ref

## Request body

- RunInformation — unresolved $ref

## Response `200`

successful operation

- TestRun — unresolved $ref

## Other responses

- `422` — some variables are missing

## Changes

- **2023-04-14** `5dadc65a3c42` — 1 warning
  - deleted the `path` request parameter `testId`
- **2023-01-24** `6dd9d70fc134` — 1 info
  - added the non-success response with the status `422`
- **2022-11-17** `9ee6203c38fa` — 1 breaking, 1 info
  - added the new path request parameter `testId`
  - removed the non-success response with the status `422`

[Change history](https://skmtc.dev/kubeshop/apis/tracetest/changes/tests/:testId/run/post.md)

---

[API](https://skmtc.dev/kubeshop/apis/tracetest.md) · [All operations](https://skmtc.dev/kubeshop/apis/tracetest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kubeshop/tracetest/revisions/fad7f202ff22/schema)
