---
title: "Get templates list"
method: GET
path: "/v1/templates"
tags: ["templates"]
---

# Get templates list

`GET /v1/templates`

## Response `200`

successful

- TemplateResp[]
  - `id` string, uuid, required
  - `official` boolean, required — true means the template is provided by GMI Cloud and it's read only.
  - `orgId` string, uuid
  - `credential` Credential
    - `secret` string, password
    - `username` string
  - `description` string
  - `name` string, required
  - `path` string, uri, required
  - `status` 'draft' | 'published' | 'unpublished'

## Other responses

- `401` — Authentication information is missing or invalid
- `500` — Internal Server Error
- `503` — a dependent service is unavailable

---

[API](https://skmtc.net/gmicloud/apis/cluster-engine-api.md) · [All operations](https://skmtc.net/gmicloud/apis/cluster-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gmicloud/cluster-engine-api/revisions/bcbab016469f/schema)
