---
title: "List app templates"
method: GET
path: "/fastedge/v1/template"
tags: ["FastEdge Templates"]
---

# List app templates

`GET /fastedge/v1/template`

Retrieve available application templates including system templates and user-created templates.
Templates provide pre-configured application settings that can be reused for quick deployment.

## Query parameters

- `api_type` 'wasi-http' | 'proxy-wasm'
- `only_mine` boolean
- `limit` integer
- `offset` integer

## Response `200`

Returns paginated list of available templates with optional filters applied

- object
  - `count` integer — Total number of templates
  - `templates` TemplateShort[], required
    - `id` integer, required — Template ID
    - `name` string, required — Name of the template
    - `short_descr` string — Short description of the template
    - `long_descr` string — Long description of the template
    - `api_type` string, required — Wasm API type
    - `owned` boolean, required — Is the template owned by user?

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.net/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
