---
title: "Get Sequence"
method: GET
path: "/v1/sequences/{sequence_id}"
tags: ["Sequences"]
---

# Get Sequence

`GET /v1/sequences/{sequence_id}`

## Path parameters

- `sequence_id` string, uuid, required

## Response `200`

Successful Response

- SequenceResponse
  - `Active` boolean, required
  - `ID` string, uuid, required
  - `Name` string, required
  - `Trigger` string, required
  - `Flow` SequenceResponseFlow
    - `Steps` FlowStep[], required
      - `Action` 'SEND_MESSAGE' | 'FOLLOW' | 'LIKE_POSTS' | 'UNFOLLOW' | 'TRACK_FOLLOWERS'
      - `TemplateID` string, uuid, nullable
      - `Name` string, nullable
      - `Content` string, nullable
      - `Delay` integer, required
      - `DelayUnit` 'seconds' | 'minutes' | 'hours' | 'days', required
      - `FollowupDelays` FrontendFollowupDelay[], required
        - `Delay` integer, required
        - `DelayUnit` 'seconds' | 'minutes' | 'hours' | 'days', required
        - `Content` string, nullable
      - `DailyLimit` integer, nullable
      - `Buttons` ButtonPayload[], nullable
        - `Title` string, required
        - `URL` string, required
      - `QuickReplies` QuickReplyPayload[], nullable
        - `Title` string, required
        - `Payload` string, required
      - `AudioUrl` string, nullable
      - `VideoUrl` string, nullable
  - `FilteringAgent` string, nullable
  - `InboundResponseDelay` integer, nullable
  - `InboundResponseDelayUnit` 'seconds' | 'minutes' | 'hours' | 'days'
  - `Agent` Agent, required
    - `ID` string, uuid, required
    - `Name` string, required
  - `ProfileID` string, nullable
  - `Channel` string, required
  - `Type` string, required
  - `ShouldContinueExistingConversations` boolean, nullable
  - `TargetAccounts` string[], nullable
  - `TargetPostsURLs` string[], nullable
  - `WorkingHours` SequenceWorkingHours — Working hours for a sequence. Times should be in HH:MM format (local time).
    - `Enabled` boolean
    - `From` string, nullable
    - `To` string, nullable
    - `Timezone` string, nullable
  - `Keywords` string[], nullable
  - `TargetMediaIds` string[], nullable
  - `EnableAgentOnConversation` boolean
  - `RequireManualApproval` boolean
  - `DisabledReason` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
