---
title: "EmailSequences.get"
method: GET
path: "/entities/EmailSequences/{id}"
tags: ["Email Sequence"]
---

# EmailSequences.get

`GET /entities/EmailSequences/{id}`

Returns EmailSequence with given id

## Path parameters

- `id` string, uuid, required

## Response `200`

EmailSequence data

- object
  - `success` boolean — True when response succeeded, false on error.
  - `data` EmailSequence
    - `is_delete_protected` boolean, required — Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.
    - `id` string, uuid, required — Unique identifier of entity.
    - `is_deleted` boolean — Specifies if the entity is considered deleted.
    - `modified` string, date-time — Last modification time.
    - `created` string, date-time — Creation time.
    - `owner` string, uri, required — User who owns this email sequence. Relation to Client. By default it is returned as URI to related resource. Using parameter 'expand', it will return full entity. See: 'Client' object for properties.
    - `deactivation_reason` 0 | 1 | 2 | 3 — Reason the sequence is currently disabled (e.g. Manual stop, system suspension). Read-only. Integer enum value: 0 - NoReason, 1 - Manual, 2 - TooManyErrors, 3 - DisabledFeature
    - `description` string — Free-form description of the sequence.
    - `is_enabled` boolean — Master switch for the sequence. Read-only on this surface — change it via the enable / disable mutations.
    - `last_schema_change` string, date-time — Timestamp of the most recent change to settings. Read-only.
    - `last_status_change` string, date-time — Timestamp of the most recent change to is_enabled. Read-only.
    - `name` string, required — Display name of the email sequence.
    - `owner_id` string, uuid, required — Id of the email sequence owner.
    - `settings` object — JSON schema describing the sequence trigger, nodes (steps) and global actions (e.g. on-reply, on-bounce, on-unsubscribe).
    - `type` 1 | 2, required — Process category of the sequence (e.g. EmailSequence vs other process types). Integer enum value: 1 - Personal, 2 - Space
    - `activity_logs` string[] — Run history of the sequence — one log per scheduled execution.
    - `documents` string[] — Attachments and other documents linked to this sequence.
    - `enrolled` string[] — Enrolment records (recipients currently or previously running through the sequence).

## Other responses

- `404` — Sent when invalid ID is given
- `500` — unexpected error

---

[API](https://skmtc.net/aws/apis/pipeliner-cloud-api.md) · [All operations](https://skmtc.net/aws/apis/pipeliner-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/pipeliner-cloud-api/versions/e8c12ae60aca/schema)
