---
title: "Get a list of Pending Feature Change Requests for a Feature"
method: GET
path: "/v2/projects/{project}/features/{feature}/change-requests"
tags: ["Feature Change Requests"]
---

# Get a list of Pending Feature Change Requests for a Feature

`GET /v2/projects/{project}/features/{feature}/change-requests`

Get all pending Feature Change Requests for a Feature

## Path parameters

- `feature` string, required
- `project` string, required

## Response `200`

- FeatureChangeRequest[]
  - `_id` string, required — A unique Feature ID
  - `_project` string, required — The Project owning the Feature Change Request
  - `_baseFeatureSnapshot` string, required — Change Transaction model mongo _id.
  - `_feature` string, required — The Feature with requested changes
  - `status` 'draft' | 'pending' | 'approved' | 'applied' | 'rejected' | 'cancelled', required — Status of the Feature
  - `changes` object[]
  - `operation` 'featureUpdate' | 'featureStatusUpdate' | 'featureStaticConfigurationUpdate', required — Describes the type of requested change to a feature. example: 'featureUpdate'
  - `description` string — Change Request Description
  - `reviewers` Reviewers, required
  - `reviews` ReviewReason[], required — Current Reviewes for the change request
  - `_createdBy` string, required — ID of the User who created the Feature
  - `_updatedBy` string — ID of the User who last updated the Feature
  - `createdAt` string, date-time — The date the Feature was created
  - `updatedAt` string, date-time — The date the Feature was last updated

## Other responses

- `404`
- `405`

---

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