---
title: "Retrieve Plan"
method: GET
path: "/plans/{plan_id}"
---

# Retrieve Plan

`GET /plans/{plan_id}`

## Path parameters

- `plan_id` string, required

## Response `200`

200

- object
  - `id` string
  - `account_id` string
  - `name` string
  - `description` string
  - `merchant_reference` string
  - `status` string
  - `base_amount` object
    - `currency` string
    - `value` number
  - `frequency` object
    - `type` string
    - `value` integer
  - `country_prices` object[]
    - `country` string
    - `amount` object
      - `currency` string
      - `value` number
  - `allowed_payment_methods` string[]
  - `metadata` object[]
  - `phases` object[]
  - `created_at` string
  - `updated_at` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/revisions/05b629819b49/schema)
