---
title: "Lists available Crusoe Cloud capacity with optional filters on location and product name."
method: GET
path: "/capacities"
tags: ["Capacities"]
---

# Lists available Crusoe Cloud capacity with optional filters on location and product name.

`GET /capacities`

## Query parameters

- `product_name` string[]
- `location` string[]

## Response `200`

- ListCapacitiesResponseV1
  - `items` CapacityV1[], required
    - `location` string, required
    - `num_slices` integer — NumSlices is the number of slices that make up the resource
    - `quantity` integer, required
    - `quota_type` string — QuotaType is the enum string for the quota type consumed by this resource
    - `type` string

## Other responses

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

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