---
title: "List branch sequences"
method: GET
path: "/branches/{branch_id}/sequences"
tags: ["Management"]
---

# List branch sequences

`GET /branches/{branch_id}/sequences`

## Path parameters

- `branch_id` integer, required

## Response `200`

An array of branch sequences

- BranchSequences
  - `items` BranchSequence[]
    - `id` integer
    - `branch_name` string
    - `branch_id` integer
    - `stage_name` string
    - `stage_id` integer
    - `kind` integer
    - `value` integer
  - `total` integer

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.net/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.net/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kraken-ci/server-api/versions/1f2ae877f985/schema)
