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

# List Templates

`GET /voice/api/v1/template`

List every template available to your workspace — Eka's default templates (e.g. `clinical_notes_template`, `transcript_template`) plus any custom templates you created. The full template object is returned for each entry, so this is also the read path for a single template: filter the response by `id`.

## Response `200`

Templates available to the workspace

- TemplatesListResponse
  - `items` Template[]
    - `id` string — Template ID — pass this in Create Session `templates` or Process Template.
    - `title` string
    - `desc` string — The template instructions.
    - `section_ids` string[]
    - `default` boolean — True for Eka-provided templates available to every workspace.
    - `is_favorite` boolean

## Other responses

- `401` — Authentication failed

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
