---
title: "List all subscription schedules"
method: GET
path: "/v1/subscription-schedules"
tags: ["Subscriptions"]
---

# List all subscription schedules

`GET /v1/subscription-schedules`

Use when listing or searching scheduled changes across subscriptions (e.g. admin view). Returns schedules with optional filtering.

## Query parameters

- `pending_only` boolean
- `subscription_id` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- GetPendingSchedulesResponse — List of pending schedules for a subscription
  - `count` integer — count is the number of pending schedules
  - `schedules` SubscriptionScheduleResponse[] — schedules is the list of pending schedules
    - `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

---

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