---
title: "Get template version presets"
method: GET
path: "/api/v2/templateversions/{templateversion}/presets"
tags: ["Templates"]
---

# Get template version presets

`GET /api/v2/templateversions/{templateversion}/presets`

## Path parameters

- `templateversion` string, uuid, required

## Response `200`

OK

- CodersdkPreset[]
  - `default` boolean
  - `description` string
  - `desiredPrebuildInstances` integer
  - `icon` string
  - `id` string
  - `name` string
  - `parameters` CodersdkPresetParameter[]
    - `name` string
    - `value` string

---

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