---
title: "Download sequence"
method: GET
path: "/api/sequence/{SequenceName}"
tags: ["sequence"]
---

# Download sequence

`GET /api/sequence/{SequenceName}`

Downloads the `*.fseq` file for the named sequence.

## Response `200`

Raw FSEQ file download

## Other responses

- `404` — Sequence not found

## Changes

- **2026-05-14** `5ae08fa1c880` — 2 info
  - added the media type `application/octet-stream` for the response with the status `200`
  - added the media type `text/plain` for the response with the status `404`
- **2026-05-13** `34a577bdabff` — 2 breaking
  - removed the media type `application/octet-stream` for the response with the status `200`
  - removed the media type `text/plain` for the response with the status `404`

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/sequence/:SequenceName/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/revisions/2d744b175449/schema)
