---
title: "GET /decision-environments/"
method: GET
path: "/decision-environments/"
tags: ["decision-environments"]
---

# GET /decision-environments/

`GET /decision-environments/`

List all decision environments

## Query parameters

- `name` string
- `page` integer
- `page_size` integer

## Response `200`

Return a list of decision environment.

- PaginatedDecisionEnvironmentList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `page_size` integer, nullable
  - `page` integer, nullable
  - `results` DecisionEnvironment[]
    - `name` string, required
    - `description` string
    - `image_url` string, required
    - `organization_id` integer, nullable, required
    - `eda_credential_id` integer, nullable, required
    - `id` integer, required
    - `created_at` string, date-time, required
    - `modified_at` string, date-time, required

## Changes

- **2024-04-23** `cbf68ddd9760` — 1 breaking, 4 info
  - removed the required property `results/items/credential_id` from the response with the `200` status
  - the endpoint scheme security `EDAJWTAuthentication` was added to the API
  - the endpoint scheme security `jwtAuth` was added to the API
  - added the required property `results/items/eda_credential_id` to the response with the `200` status
  - …1 more
- **2023-08-21** `c84b4813cab1` — 1 info
  - the endpoint scheme security `cookieAuth` was added to the API
- **2023-05-19** `f84d9240fdf2` — 1 info
  - the endpoint scheme security `cookieAuth` was removed from the API
- **2023-04-25** `62d33b790834` — 2 breaking, 3 info
  - removed the required property `results/items/eda_credential_id` from the response with the `200` status
  - removed the required property `results/items/organization_id` from the response with the `200` status
  - the endpoint scheme security `EDAJWTAuthentication` was removed from the API
  - the endpoint scheme security `jwtAuth` was removed from the API
  - …1 more

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/decision-environments/get.md)

---

[API](https://skmtc.dev/ansible/apis/event-driven-ansible-api.md) · [All operations](https://skmtc.dev/ansible/apis/event-driven-ansible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ansible/event-driven-ansible-api/revisions/c04fc5f09692/schema)
