---
title: "List all sequence folders"
method: GET
path: "/v3/sequence-folders"
tags: ["Sequence Folders"]
---

# List all sequence folders

`GET /v3/sequence-folders`

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns a list of all sequence folders for the current user

## Response `200`

List of sequence folders retrieved successfully

- object[]
  - `id` string, uuid — Unique identifier for the folder
  - `name` string — Name of the folder

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view sequence folders
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
