---
title: "List file storage roots"
method: GET
path: "/api/v1/storage/roots"
tags: ["storage"]
---

# List file storage roots

`GET /api/v1/storage/roots`

Lists logical file storage roots advertised by the agent. The current shared implementation advertises only `appData`; platform agents may advertise additional roots in the future. Absolute on-device paths are not returned.

## Response `200`

Storage roots.

- StorageRootsResponse — unresolved $ref

## Other responses

- `500` — Internal server error.

## Changes

- **2026-04-28** `1e3667cb8464` — 1 info
  - endpoint added
- **2026-04-27** `9bde894e7b87` — 1 breaking
  - api path removed without deprecation
- **2026-04-27** `a0d9fe851d57` — 1 info
  - endpoint added
- **2026-04-14** `182d5c8c4462` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/changes/api/v1/storage/roots/get.md)

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
