---
title: "Get Sequences By Trigger"
method: GET
path: "/v1/sequences/trigger/{trigger}"
tags: ["Sequences"]
---

# Get Sequences By Trigger

`GET /v1/sequences/trigger/{trigger}`

## Path parameters

- `trigger` string, required

## Response `200`

Successful Response

- SequencePreview[]
  - `Active` boolean, required
  - `ID` string, uuid, required
  - `Name` string, required
  - `Trigger` string, required
  - `Channel` string, required
  - `ProfileID` string, nullable
  - `Keywords` string[], nullable
  - `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)
