---
title: "Get scheduled checkout"
method: GET
path: "/scheduled-checkout/{scheduled_checkout_id}"
tags: ["scheduledcheckout"]
---

# Get scheduled checkout

`GET /scheduled-checkout/{scheduled_checkout_id}`

## Path parameters

- `scheduled_checkout_id` string, required

## Response `200`

OK

- object
  - `data` ScheduledCheckoutResponseData, required
    - `actor_type` string, required
    - `company_id` string, required
    - `completed_at` string, date-time, nullable
    - `created_at` string, date-time, required
    - `error_message` string, nullable
    - `execute_after` string, date-time, required
    - `from_plan_id` string, required
    - `id` string, required
    - `scheduled_interval` string, nullable
    - `scheduled_price` integer, nullable
    - `started_at` string, date-time, nullable
    - `status` 'cancelled' | 'error' | 'executing' | 'pending' | 'success', required
    - `to_plan_id` string, required
    - `updated_at` string, date-time, required
  - `params` object, required — Input parameters

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

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