---
title: "Retrieves change request configuration for a project"
method: GET
path: "/api/admin/projects/{projectId}/change-requests/config"
tags: ["Change Requests"]
---

# Retrieves change request configuration for a project

`GET /api/admin/projects/{projectId}/change-requests/config`

**Enterprise feature**

Given a projectId, this endpoint will retrieve change request configuration for the project

## Path parameters

- `projectId` string, required

## Response `200`

changeRequestConfigSchema

- ChangeRequestEnvironmentConfigSchema[] — A list of environment-specific [change request](https://docs.getunleash.io/concepts/change-requests) configurations.
  - `environment` string, required — The environment that this configuration applies to.
  - `type` string, required — The [type of the environment](https://docs.getunleash.io/concepts/environments#environment-types) listed in `environment`.
  - `changeRequestEnabled` boolean, required — `true` if this environment has change requests enabled, otherwise `false`.
  - `requiredApprovals` number, nullable, required — The number of approvals that are required for a change request to be fully approved and ready to be applied in this environment.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/revisions/b2c3116e633e/schema)
