---
title: "Get a sequence folder"
method: GET
path: "/v3/sequence-folders/{id}"
tags: ["Sequence Folders"]
---

# Get a sequence folder

`GET /v3/sequence-folders/{id}`

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

Returns a sequence folder by Id

## Path parameters

- `id` string, uuid, required

## Response `200`

Sequence folder retrieved successfully

- object — A folder for organizing sequences
  - `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 this folder
- `404` — Sequence folder not found
- `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)
