---
title: "Get plans in catalog"
method: GET
path: "/catalogs/{catalog_id}/plans"
tags: ["catalogs"]
---

# Get plans in catalog

`GET /catalogs/{catalog_id}/plans`

## Path parameters

- `catalog_id` string, required

## Response `200`

OK

- object
  - `data` CatalogPlanIDsResponseData, required
    - `plan_ids` string[], 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/versions/873fb318b08a/schema)
