---
title: "GET /v1/qtrees"
method: GET
path: "/v1/qtrees"
tags: ["Qtrees"]
---

# GET /v1/qtrees

`GET /v1/qtrees`

List all qtrees.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `name` string
- `id` string
- `native_qtree_id` string
- `native_filesystem_id` string
- `storage_id` string
- `security_mode` 'mixed' | 'native' | 'ntfs' | 'unix'

## Response `200`

List qtree query was success

- object
  - `qtrees` QtreeSpec[], required
    - `id` string, required
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string, required
    - `storage_id` string
    - `native_qtree_id` string
    - `native_filesystem_id` string
    - `path` string
    - `security_mode` 'mixed' | 'native' | 'ntfs' | 'unix'

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `500` — An unexpected error occured.

---

[API](https://skmtc.net/sodafoundation/apis/soda-infrastructure-management-api.md) · [All operations](https://skmtc.net/sodafoundation/apis/soda-infrastructure-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sodafoundation/soda-infrastructure-management-api/revisions/b2017613d719/schema)
