---
title: "Changes to List environments"
method: GET
path: "/environments"
---

# Changes to List environments

`GET /environments`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 50 revisions.

- **2024-05-21** `ab4a3143f69e` — 1 info
- **2023-08-03** `91036c61f8d9` — 1 breaking
- **2023-05-05** `aebd16be2d20` — 1 breaking, 2 warning
- **2023-05-02** `356fe46f6721` — 1 breaking, 1 warning, 7 info
- **2023-04-14** `5dadc65a3c42` — 5 warning
- **2022-11-17** `9ee6203c38fa` — 8 info

## Changes

- **2024-05-21** `ab4a3143f69e` — 1 info
  - endpoint added
- **2023-08-03** `91036c61f8d9` — 1 breaking
  - api path removed without deprecation
- **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-05-02** `356fe46f6721` — 1 breaking, 1 warning, 7 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - the optional response header `X-Total-Count` removed for the status `200`
  - api operation id `getEnvironments` removed and replaced with `listEnvironments`
  - api tag `resource-api` added
  - api tag `api` removed
  - added the media type `text/yaml` for the response with the status `200`
  - added the non-success response with the status `400`
  - added the optional property `count` to the response with the `200` status
  - added the optional property `items` to the response with the `200` status
- **2023-04-14** `5dadc65a3c42` — 5 warning
  - deleted the `query` request parameter `query`
  - deleted the `query` request parameter `skip`
  - deleted the `query` request parameter `sortBy`
  - deleted the `query` request parameter `sortDirection`
  - deleted the `query` request parameter `take`
- **2022-11-17** `9ee6203c38fa` — 8 info
  - api operation id `listEnvironments` removed and replaced with `getEnvironments`
  - added the new optional `query` request parameter `query`
  - added the new optional `query` request parameter `skip`
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortDirection`
  - added the new optional `query` request parameter `take`
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `500`

---

[Operation](https://skmtc.dev/kubeshop/apis/tracetest/docs/environments/get.md) · [API](https://skmtc.dev/kubeshop/apis/tracetest.md) · [Page](https://skmtc.dev/kubeshop/apis/tracetest/changes/environments/get)
