---
title: "GET /v1/templates/{id}"
method: GET
path: "/v1/templates/{id}"
tags: ["Other"]
---

# GET /v1/templates/{id}

`GET /v1/templates/{id}`

## Path parameters

- `id` string, required — Template ID

## Response `200`

Return a template by id

- object
  - `data` object, required
    - `id` string, required
    - `name` string, required
    - `path` string, required
    - `logoUrl` string, nullable, required
    - `summary` string, required
    - `readme` string, required
    - `deploy` string, required
    - `persistentStorageEnabled` boolean, required
    - `guide` string
    - `githubUrl` string, required
    - `config` object, required
      - `ssh` boolean

## Other responses

- `400` — Invalid template ID
- `404` — Template not found

## Changes

- **2026-06-17** `b1975c50c4ba` — 1 breaking, 1 info
  - added the pattern `^[^/\\]+$` to the `path` request parameter `id`
  - added the non-success response with the status `400`
- **2026-05-07** `967c41f60844` — 2 info
  - removed the pattern `^[^/\\]+$` from the `path` request parameter `id`
  - removed the non-success response with the status `400`

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/templates/:id/get.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
