---
title: "List supported plans by instance"
method: GET
path: "/resources/{instance}/plans"
tags: ["rpaas"]
deprecated: true
---

# List supported plans by instance

`GET /resources/{instance}/plans`

> **Deprecated.**

This endpoint is part of legacy RPaaS API.

## Path parameters

- `instance` string, required

## Response `200`

OK

- Plan[]
  - `name` string
  - `description` string
  - `schemas` object
    - `service_instance` object
      - `create` object
        - `properties` object
      - `update` object
        - `properties` object
    - `service_binding` object
      - `create` object
        - `properties` object
        - `response` object

## Other responses

- `404` — Instance not found
- `default` — An unknown error

## Changes

> 17 revisions in range; 2 not diffed, 1 could not be searched.

- **2023-07-21** `1c0398a775bb` — 2 info
  - endpoint deprecated
  - the response property `items/Msg` became required for the status `404`
- **2020-08-17** `1b05295c2c88` — 1 info
  - endpoint added
- **2020-08-17** `f427a0b3759f` — 1 info
  - api path removed with deprecation

[Change history](https://skmtc.dev/tsuru/apis/reverse-proxy-as-a-service/changes/resources/:instance/plans/get.md)

---

[API](https://skmtc.dev/tsuru/apis/reverse-proxy-as-a-service.md) · [All operations](https://skmtc.dev/tsuru/apis/reverse-proxy-as-a-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tsuru/reverse-proxy-as-a-service/revisions/611d7951dc76/schema)
