---
title: "Get the number of change requests you can do something with"
method: GET
path: "/api/admin/projects/{projectId}/change-requests/actionable"
tags: ["Change Requests"]
---

# Get the number of change requests you can do something with

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

**Enterprise feature**

Returns the number of change requests in this project that your user can move into the next stage by approving or applying them.

## Path parameters

- `projectId` string, required

## Response `200`

actionableChangeRequestsSchema

- ActionableChangeRequestsSchema — Data related to actionable change requests in a project.
  - `total` integer, required — The number of actionable change requests in the project.

---

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