---
title: "Get Subfolders"
method: GET
path: "/folder/{slug}/subfolders"
tags: ["folder"]
---

# Get Subfolders

`GET /folder/{slug}/subfolders`

## Path parameters

- `slug` string, required

## Cookies

- `access_token` string, nullable

## Response `200`

Successful Response

- Folder[]
  - `name` string, nullable
  - `parent_uuid` string, nullable
  - `notes` string
  - `starred` boolean
  - `public` boolean
  - `shared_with_rowan` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable
  - `public_until` string, date-time, nullable
  - `is_root` boolean, required
  - `uuid` string, required
  - `ancestor_is_public` boolean
  - `project_uuid` string, nullable
  - `is_temporarily_public` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rowansci/apis/eyrie.md) · [All operations](https://skmtc.dev/rowansci/apis/eyrie/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rowansci/eyrie/revisions/f786577eede6/schema)
