---
title: "List scheduled changes"
method: GET
path: "/api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes"
tags: ["Scheduled changes"]
---

# List scheduled changes

`GET /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/scheduled-changes`

Get a list of scheduled changes that will be applied to the feature flag.

## Path parameters

- `projectKey` string, string, required — The project key
- `featureFlagKey` string, string, required — The feature flag key
- `environmentKey` string, string, required — The environment key

## Response `200`

Scheduled changes collection response

- FeatureFlagScheduledChanges
  - `items` FeatureFlagScheduledChange[], required — Array of scheduled changes
    - `_id` string, required
    - `_creationDate` integer, required
    - `_maintainerId` string, required — The ID of the scheduled change maintainer
    - `_version` integer, required — Version of the scheduled change
    - `executionDate` integer, required
    - `instructions` Instruction[], required
    - `conflicts` unknown
    - `_links` object — The location and content type of related resources
  - `_links` object — The location and content type of related resources

## Other responses

- `400` — Invalid request
- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier

---

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