---
title: "Get Folders"
method: GET
path: "/folder"
tags: ["folder"]
---

# Get Folders

`GET /folder`

## Query parameters

- `parent_uuid` string, nullable
- `name_contains` string, nullable
- `public` boolean, nullable
- `starred` boolean, nullable
- `project_uuid` string, nullable
- `page` integer
- `size` integer
- `sort` string
- `asc` boolean
- `created_after` string, date-time, nullable
- `created_before` string, date-time, nullable
- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, nullable

## Cookies

- `access_token` string, nullable

## Response `200`

Successful Response

- FolderList
  - `folders` Folder[], required
    - `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
  - `num_pages` integer, 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)
