---
title: "GET /api/v1/environments/{environment_api_key}/list-change-requests/"
method: GET
path: "/api/v1/environments/{environment_api_key}/list-change-requests/"
tags: ["mcp"]
---

# GET /api/v1/environments/{environment_api_key}/list-change-requests/

`GET /api/v1/environments/{environment_api_key}/list-change-requests/`

Retrieves all change requests for an environment.

## Path parameters

- `environment_api_key` string, required

## Query parameters

- `committed` boolean, nullable
- `feature_id` integer
- `live_from_after` string, date-time
- `page` integer
- `page_size` integer
- `search` string
- `segment_id` integer

## Response `200`

- ChangeRequestList
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `title` string
  - `description` string, nullable
  - `user` integer, nullable
  - `committed_at` string, date-time, nullable
  - `committed_by` integer, nullable
  - `deleted_at` string, date-time, nullable
  - `live_from` string, date-time, nullable
  - `environment_feature_versions` string[]
  - `ignore_conflicts` boolean

## Other responses

- `400`

---

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