---
title: "List schematic templates"
method: GET
path: "/api/v0/schematic-templates"
tags: ["schematic-templates"]
---

# List schematic templates

`GET /api/v0/schematic-templates`

Returns every known template in picker render order. Only templates with ``status="available"`` are clickable in the UI; ``coming_soon`` cards are surfaced so the picker has consistent product surface.

## Response `200`

Successful Response

- Template[]
  - `id` string, required
  - `name` string, required
  - `status` 'available' | 'coming_soon', required
  - `description` string, required
  - `version` string, nullable

---

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