---
title: "sequenceTemplate.info"
method: POST
path: "/sequenceTemplate.info"
tags: ["Sequence Template"]
---

# sequenceTemplate.info

`POST /sequenceTemplate.info`

Retrieves metadata for a reusable sourcing sequence template visible to the caller. Archived templates may be returned. Message subjects and bodies are not exposed.

Returns sequence_template_not_found when the template does not exist, is not a reusable sourcing template, or is not visible to the caller.

**Requires the [`sourcingRead`](authentication#permissions-sequencetemplateinfo) permission.**

## Request body

- SequenceTemplateInfoRequest
  - `sequenceTemplateId` string, uuid, required — The unique identifier for the sequence template

## Response `200`

Responses from the sequenceTemplate.info endpoint

- union
  - SequenceTemplateInfoSuccessResponse
    - `success` true, required
    - `results` SequenceTemplate, required
      - `id` string, uuid, required — The unique identifier for the sequence template
      - `title` string, required — The sequence template's title
      - `isArchived` boolean, required — Whether the sequence template is archived
      - `unsubscribeLinkActive` boolean, required — Whether emails sent from the sequence include an unsubscribe link
      - `updatedAt` string, date-time, required — When the returned template metadata last changed
      - `stages` SequenceTemplateStage[], required — The template's stages in sequence order
        - `id` string, uuid, required — The unique identifier for the sequence template stage
        - `type` 'Email' | 'InMail' | 'LinkedInConnection', required
        - `sendAfter` union, required — The delay before this stage is sent
          - object
            - `kind` 'NoDelay', required
          - object
            - `kind` 'AtDateAndTime', required
            - `dateTime` string, date-time, required — The absolute date and time when the stage is sent
            - `timezone` string, required — The IANA timezone used for the scheduled date and time
          - object
            - `kind` 'TimeIntervalElapsed', required
            - `amount` integer, required — The number of delay units to wait after the previous stage
            - `unit` 'day' | 'week' | 'month' | 'quarter' | 'year', required — The unit for the elapsed delay
            - `time` string, required — The local send time in 24-hour HH:mm format
            - `timezone` string, required — The IANA timezone used for the local send time
            - `allowedWeekdays` integer[], required — Allowed send weekdays using ISO numbering, where Monday is 1 and Sunday is 7
  - 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)
