---
title: "Fetch scheduled changes"
method: GET
path: "/subscriptions/{id}/retrieve_scheduled_changes"
tags: ["Subscriptions"]
---

# Fetch scheduled changes

`GET /subscriptions/{id}/retrieve_scheduled_changes`

Retrieve any pending plan or quantity changes scheduled for the next billing cycle.

## Path parameters

- `id` string, required

## Response `200`

Scheduled changes for the subscription.

- object
  - `id` string
  - `entity` string
  - `change_scheduled_at` integer
  - `status` string
  - `subscription_id` string
  - `plan_id` string

## Other responses

- `401` — Authentication failed. Invalid or missing API key credentials.
- `404` — Resource not found.
- `429` — Rate limit exceeded. Implement exponential backoff with jitter before retrying.

---

[API](https://skmtc.net/razorpay/apis/razorpay-api.md) · [All operations](https://skmtc.net/razorpay/apis/razorpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/razorpay/razorpay-api/versions/824ca9e6faef/schema)
