---
title: "List volume types"
method: GET
path: "/v3/types"
tags: ["types"]
---

# List volume types

`GET /v3/types`

Lists volume types

## Query parameters

- `is_public` boolean
- `sort` string
- `sort_key` string
- `sort_dir` 'asc' | 'desc'
- `limit` integer
- `offset` integer
- `marker` string

## Response `200`

OK

- VolumeTypes
  - `volume_types` VolumeType[]
    - `id` string, uuid — The UUID of the volume type
    - `name` string — The name of the volume type
    - `description` string — The volume type description
    - `is_public` boolean — Whether the volume type is publicly visible
    - `os-volume-type-access:is_public` boolean — Whether the volume type is publicly visible
    - `extra_specs` object — Additional specifications for the volume type
    - `qos_specs_id` string, uuid, nullable — The QoS specifications ID

---

[API](https://skmtc.dev/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.dev/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
