---
title: "GET /plans"
method: GET
path: "/plans"
tags: ["PlanController"]
---

# GET /plans

`GET /plans`

| Permissions |
| ------- |
| 7008   |

## Response `200`

Array of Plan model instances

- PlanWithRelations[]
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `name` string, required — name of the plan
  - `description` string — description of the plan
  - `tier` string, required — Tier of the plan.
  - `size` string — Size of the plan.
  - `price` number, required
  - `metaData` object — Meta data of the plan
  - `billingCycleId` string
  - `currencyId` string
  - `billingCycle` BillingCycle
    - `deleted` boolean
    - `deletedOn` string, date-time, nullable
    - `deletedBy` string, nullable
    - `createdOn` string, date-time
    - `modifiedOn` string, date-time
    - `createdBy` string
    - `modifiedBy` string
    - `id` string
    - `cycleName` string, required
    - `duration` number, required
    - `durationUnit` string, required
    - `description` string
  - `foreignKey` unknown
  - `currency` Currency
    - `id` string
    - `currencyCode` string, required
    - `currencyName` string, required
    - `symbol` string
    - `country` string

---

[API](https://skmtc.dev/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/revisions/8be17bf3acc3/schema)
