---
title: "Get Folder Tree"
method: GET
path: "/folder/{slug}/folder_tree"
tags: ["folder"]
---

# Get Folder Tree

`GET /folder/{slug}/folder_tree`

Get an ASCII tree representation of the folder structure.

:param max_depth: Maximum depth to traverse (1-50)
:param show_uuids: Whether to show UUIDs in the output
:return: Dictionary with ASCII tree representation and metadata

## Path parameters

- `slug` string, required

## Query parameters

- `max_depth` integer — Maximum depth to traverse
- `show_uuids` boolean — Show UUIDs in output

## Cookies

- `access_token` string, nullable

## Response `200`

Successful Response

- string

## 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)
