---
title: "List Sandbox Plans"
method: GET
path: "/v1/sandboxes/catalog"
tags: ["Sandboxes"]
---

# List Sandbox Plans

`GET /v1/sandboxes/catalog`

Returns all available sandbox plans with their resource specs and pricing.

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- SandboxPlanOut[]
  - `id` string, required
  - `vcpu` integer, required
  - `ram_gb` integer, required
  - `disk_gb` integer, required
  - `price_per_hour` number, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/versions/51b817b3f80f/schema)
