---
title: "Get subscription schedule"
method: GET
path: "/v1/subscription-schedules/{id}"
tags: ["Subscriptions"]
---

# Get subscription schedule

`GET /v1/subscription-schedules/{id}`

Use when you need to load a single scheduled change (e.g. to show when a plan change or renewal takes effect).

## Path parameters

- `id` string, required

## Response `200`

OK

- SubscriptionScheduleResponse — Full details of a subscription schedule
  - `can_be_cancelled` boolean — can_be_cancelled indicates if the schedule can be cancelled
  - `cancelled_at` string, date-time — cancelled_at is when the schedule was cancelled
  - `configuration` object — configuration contains type-specific configuration (e.g., target_plan_id for plan changes)
  - `created_at` string, date-time — created_at timestamp
  - `days_until_execution` integer — days_until_execution is the number of days until execution
  - `error_message` string — error_message contains the error if execution failed
  - `executed_at` string, date-time — executed_at is when the schedule was executed
  - `execution_result` object — execution_result contains type-specific execution result
  - `id` string — id of the schedule
  - `metadata` object — metadata from the schedule
  - `schedule_type` 'plan_change' | 'cancellation'
  - `scheduled_at` string, date-time — scheduled_at is when the schedule will execute
  - `status` 'pending' | 'executing' | 'executed' | 'cancelled' | 'failed'
  - `subscription_id` string — subscription_id is the ID of the subscription
  - `updated_at` string, date-time — updated_at timestamp

## Changes

- **2026-07-09** `646d6658479b` — 2 breaking
  - the `configuration` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `execution_result` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2026-07-09** `7d57386313c7` — 4 breaking, 7 warning
  - the `configuration` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `execution_result` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `schedule_type` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - …7 more
- **2026-07-09** `4b1a811c4179` — 7 breaking, 7 info
  - the `cancelled_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `executed_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `schedule_type` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - …10 more

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/v1/subscription-schedules/:id/get.md)

---

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