---
title: "List Demonstrations"
method: GET
path: "/demos"
tags: ["resource-api"]
---

# List Demonstrations

`GET /demos`

List demonstrations used on Tracetest as quick start examples.

## Parameters

- `./parameters.yaml#/components/parameters/take` — unresolved $ref
- `./parameters.yaml#/components/parameters/skip` — unresolved $ref
- `./parameters.yaml#/components/parameters/switchableResourceSortBy` — unresolved $ref
- `./parameters.yaml#/components/parameters/sortDirection` — unresolved $ref

## Response `200`

successful operation

- DemoList — unresolved $ref

## Other responses

- `400` — invalid query for demos, some data was sent in incorrect format.
- `500` — problem listing demos

## Changes

- **2023-05-05** `aebd16be2d20` — 1 breaking, 2 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `count` from the response with the `200` status
  - removed the optional property `items` from the response with the `200` status
- **2023-04-14** `5dadc65a3c42` — 4 warning
  - deleted the `query` request parameter `skip`
  - deleted the `query` request parameter `sortBy`
  - deleted the `query` request parameter `sortDirection`
  - deleted the `query` request parameter `take`
- **2023-04-14** `a6e3bae06455` — 1 info
  - endpoint added
- **2022-11-17** `9ee6203c38fa` — 1 breaking
  - api path removed without deprecation

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