---
title: "List Templates"
method: GET
path: "/api/v1/templates/"
tags: ["templates"]
---

# List Templates

`GET /api/v1/templates/`

Retrieve a list of available templates with their metadata.

## Headers

- `unstructured-api-key` string, nullable

## Response `200`

Successful Response

- TemplateListItem[]
  - `id` string, required
  - `name` string, required
  - `version` string, required
  - `last_updated` string, required
  - `description` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unstructuredapp/apis/platform-api.md) · [All operations](https://skmtc.net/unstructuredapp/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstructuredapp/platform-api/revisions/41676641a27c/schema)
