---
title: "Get sequence settings (optionally filter by code)"
method: GET
path: "/v1/sequences/{sequenceId}/settings"
tags: ["sequences"]
---

# Get sequence settings (optionally filter by code)

`GET /v1/sequences/{sequenceId}/settings`

Return all 13 public settings for the sequence along with the <strong>full</strong> assigned schedule (<code>id</code>, <code>name</code>, <code>timezone</code>, <code>isDefault</code>), all four <code>priorityDistribution</code> options with the active one flagged (<code>active: true</code>), and the associated <code>client</code> (or <code>null</code>).

Pass the optional <code>code</code> query parameter (1–13) to return just that single setting as a one-element array — useful when you only need to read one flag. See OpenAPI.md.

## Path parameters

- `sequenceId` string, required

## Query parameters

- `code` number

## Response `200`

Sequence settings fetched

## Other responses

- `400` — 1001: Invalid token<br><br>

---

[API](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy.md) · [All operations](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saleshandy/develop-with-saleshandy/revisions/fdaa0f2dcdfb/schema)
