---
title: "Get scheduled change requests matching a query."
method: GET
path: "/api/admin/projects/{projectId}/change-requests/scheduled"
tags: ["Change Requests"]
---

# Get scheduled change requests matching a query.

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

**Enterprise feature**

This endpoint retrieves basic information about all scheduled change requests that match the search criteria provided in the query parameters. The endpoint will return any change request that matches one or more of the provided parameters. If you use no query parameters, you'll get an empty list.

For instance, to find all the scheduled change requests that either touch feature `MyFeature` or strategy `0D198067-7D55-460C-9EC7-DB86E3AE261A`, you would use the query string `feature=MyFeature&strategyId=0D198067-7D55-460C-9EC7-DB86E3AE261A`.

## Path parameters

- `projectId` string, required

## Response `200`

changeRequestScheduledResultSchema

- ScheduledChangeRequestViewModelSchema[] — A list of scheduled change request view models
  - `id` number, required — The change request id
  - `environment` string, required — The environment of the change request
  - `title` string — The change request title

## Other responses

- `404` — The requested resource was not found.

---

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