---
title: "Get a single Essentials plan"
method: GET
path: "/v1/fixed/plans/{planId}"
tags: ["Subscriptions - Essentials"]
---

# Get a single Essentials plan

`GET /v1/fixed/plans/{planId}`

Gets information on the specified Essentials plan.

## Path parameters

- `planId` integer, required

## Response `200`

OK

- FixedSubscriptionsPlan — Redis Essentials subscription plan information
  - `id` integer
  - `name` string
  - `size` number, double
  - `datasetSize` number, double
  - `sizeMeasurementUnit` string
  - `provider` string
  - `region` string
  - `regionId` integer
  - `price` integer
  - `priceCurrency` string
  - `pricePeriod` string
  - `maximumDatabases` integer
  - `maximumThroughput` integer
  - `maximumBandwidthGB` integer
  - `availability` string
  - `connections` string
  - `cidrAllowRules` integer
  - `supportDataPersistence` boolean
  - `redisFlex` boolean
  - `supportInstantAndDailyBackups` boolean
  - `supportReplication` boolean
  - `supportClustering` boolean
  - `supportSsl` boolean
  - `customerSupport` string
  - `links` object[]

## Other responses

- `400` — Bad Request - The server cannot process the request due to something that is perceived to be a client error
- `401` — Unauthorized - Authentication failed for requested resource
- `403` — Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)
- `404` — Not Found - The resource you were trying to reach was not found or does not exist
- `412` — Precondition Failed - Feature flag for this flow is off
- `429` — Too Many Requests - Too many resources are concurrently created / updated / deleted in the account. Please re-submit API requests after resource changes are completed)
- `500` — Internal system error - If this error persists, please contact customer support
- `503` — Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support

---

[API](https://skmtc.net/redis/apis/redis-cloud-api.md) · [All operations](https://skmtc.net/redis/apis/redis-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redis/redis-cloud-api/revisions/01eef7f3c69f/schema)
