---
title: "List Volume Tree"
method: GET
path: "/api/volume/tree"
tags: ["volume"]
---

# List Volume Tree

`GET /api/volume/tree`

## Query parameters

- `root` string
- `max_depth` integer
- `max_files` integer

## Response `200`

Successful Response

- VolumeTreeResponse — Logical files visible in the LocalScope Workspace Volume.
  - `paths` string[], required
  - `directories` string[]
  - `truncated` boolean

## Other responses

- `400` — Volume tree request is invalid
- `422` — Validation Error
- `503` — Workspace Volume is unavailable

## Changes

- **2026-09-14** `571850c93e2c` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `503`
- **2026-07-30** `584337d1a24c` — 1 info
  - the `directories` response's property default value `` was removed for the status `200`
- **2026-07-27** `b758676e8de5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/volume/tree/get.md)

---

[API](https://skmtc.dev/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.dev/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc.dev/qredence/apis/fleet-rlm/revisions/6109fdb187b9?raw)
