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

# GET /api/v1/workspace-templates

`GET /api/v1/workspace-templates`

## Response `200`

Workspace templates

- object
  - `templates` object[], required
    - `id` string, required
    - `name` string, required
    - `content` string, required
    - `writeMode` 'seed' | 'inject'
    - `status` 'active' | 'inactive'
    - `createdAt` string, required
    - `updatedAt` string, required

---

[API](https://skmtc.net/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.net/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/revisions/ee3237405da6/schema)
