---
title: "List workflow email templates with their step usage"
method: GET
path: "/api/journey/email-templates"
tags: ["journey"]
---

# List workflow email templates with their step usage

`GET /api/journey/email-templates`

## Response `200`

Successful Response

- EmailTemplateItem[]
  - `template_id` string, required — Template id (storage stem)
  - `used_in` MediaUsage — The step a library media is currently used in.
    - `track_code` string, required — Track of the step using this media
    - `step_code` string, required — Step using this media
    - `step_title` string, required — Step title

---

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