---
title: "communicationTemplate.list"
method: POST
path: "/communicationTemplate.list"
tags: ["Communication Template"]
---

# communicationTemplate.list

`POST /communicationTemplate.list`

List all enabled communication templates.

**Requires the [`hiringProcessMetadataRead`](authentication#permissions-communicationtemplatelist) permission.**

## Request body

- CommunicationTemplateListRequest

## Response `200`

Responses from the communicationTemplate.list endpoint

- union
  - CommunicationTemplateListSuccessResponse
    - `success` true, required
    - `results` CommunicationTemplate[], required
      - `id` string, uuid, required — The unique identifier for the communication template
      - `createdAt` string, date-time, required — The date and time when the communication template was created
      - `updatedAt` string, date-time, required — The date and time when the communication template was last updated
      - `title` string, required — The display title of the communication template
      - `intendedTypes` string[], required — The communication channels this template is intended for
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
