---
title: "List all or cluster specific NFS-Ganesha exports"
method: GET
path: "/api/nfs-ganesha/export"
tags: ["NFS-Ganesha"]
---

# List all or cluster specific NFS-Ganesha exports

`GET /api/nfs-ganesha/export`

## Query parameters

- `cluster_id` string

## Response `200`

OK

- object[]
  - `access_type` string — Export access type
  - `clients` object[] — List of client configurations
    - `access_type` string, required — Client access type
    - `addresses` string[], required — list of IP addresses
    - `squash` string, required — Client squash policy
  - `cluster_id` string — Cluster identifier
  - `export_id` integer — Export ID
  - `fsal` object — FSAL configuration
    - `fs_name` string — CephFS filesystem name
    - `name` string, required — name of FSAL
    - `sec_label_xattr` string — Name of xattr for security label
    - `user_id` string — User id
  - `path` string — Export path
  - `protocols` integer[] — List of protocol types
  - `pseudo` string — Pseudo FS path
  - `security_label` string — Security label
  - `squash` string — Export squash policy
  - `transports` string[] — List of transport types

## Other responses

- `400` — Operation exception. Please check the response body for details.
- `401` — Unauthenticated access. Please login first.
- `403` — Unauthorized access. Please check your permissions.
- `500` — Unexpected error. Please check the response body for the stack trace.

---

[API](https://skmtc.net/ceph/apis/ceph-rest-api.md) · [All operations](https://skmtc.net/ceph/apis/ceph-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ceph/ceph-rest-api/versions/b03ae23c3806/schema)
