---
title: "List all sequence templates"
method: GET
path: "/v3/sequence-templates"
tags: ["Sequence Templates"]
---

# List all sequence templates

`GET /v3/sequence-templates`

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns all sequence templates grouped by scope (global, organization, team)

## Response `200`

Sequence templates retrieved successfully

- object — Response model for listing sequence templates grouped by scope
  - `globalTemplates` object[] — Global templates available to all users
    - `id` string, uuid — Unique identifier for the template
    - `name` string — Name of the template
    - `description` string, nullable — Description of the template
    - `stepTypes` string[] — Types of steps in the template (e.g. Email, LinkedIn, Call, Task)
    - `isConditional` boolean — Whether the template contains conditional steps
  - `organizationTemplates` object[] — Organization-level templates
    - `id` string, uuid — Unique identifier for the template
    - `name` string — Name of the template
    - `description` string, nullable — Description of the template
    - `stepTypes` string[] — Types of steps in the template (e.g. Email, LinkedIn, Call, Task)
    - `isConditional` boolean — Whether the template contains conditional steps
  - `teamTemplates` object[] — Team-level templates
    - `id` string, uuid — Unique identifier for the template
    - `name` string — Name of the template
    - `description` string, nullable — Description of the template
    - `stepTypes` string[] — Types of steps in the template (e.g. Email, LinkedIn, Call, Task)
    - `isConditional` boolean — Whether the template contains conditional steps

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view sequence templates
- `429` — Too Many Requests

---

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