---
title: "GET /api/v1/projects/{project_pk}/change-requests/"
method: GET
path: "/api/v1/projects/{project_pk}/change-requests/"
tags: ["mcp"]
---

# GET /api/v1/projects/{project_pk}/change-requests/

`GET /api/v1/projects/{project_pk}/change-requests/`

Retrieves all change requests for a project.

## Path parameters

- `project_pk` string, required

## Query parameters

- `committed` boolean, nullable
- `page` integer
- `page_size` integer
- `search` string
- `segment_id` integer

## Response `200`

- PaginatedProjectChangeRequestListList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ProjectChangeRequestList[], required
    - `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

## 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)
