---
title: "Get tests"
method: GET
path: "/tests"
tags: ["api"]
---

# Get tests

`GET /tests`

get tests

## Query parameters

- `take` integer
- `skip` integer
- `query` string
- `sortBy` 'created' | 'name' | 'last_run'
- `sortDirection` 'asc' | 'desc'

## Response `200`

successful operation

- Test[] — unresolved $ref

## Other responses

- `500` — problem with getting tests

## Changes

- **2022-11-17** `9ee6203c38fa` — 2 breaking, 8 info
  - the response's body type changed from no type to `array` for status `200`
  - removed the media type `text/yaml` for the response with the status `200`
  - api tag `api` added
  - api tag `resource-api` removed
  - …6 more

[Change history](https://skmtc.dev/kubeshop/apis/tracetest/changes/tests/get.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/c904eafe9b4e/schema)
