---
title: "Get an NFS-Ganesha export"
method: GET
path: "/api/nfs-ganesha/export/{cluster_id}/{export_id}"
tags: ["NFS-Ganesha"]
---

# Get an NFS-Ganesha export

`GET /api/nfs-ganesha/export/{cluster_id}/{export_id}`

## Path parameters

- `cluster_id` string, required
- `export_id` string, required

## Response `200`

OK

- object
  - `access_type` string, required — Export access type
  - `clients` object[], required — 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, required — Cluster identifier
  - `export_id` integer, required — Export ID
  - `fsal` object, required — 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, required — Export path
  - `protocols` integer[], required — List of protocol types
  - `pseudo` string, required — Pseudo FS path
  - `security_label` string, required — Security label
  - `squash` string, required — Export squash policy
  - `transports` string[], required — 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.dev/ceph/apis/ceph-rest-api.md) · [All operations](https://skmtc.dev/ceph/apis/ceph-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ceph/ceph-rest-api/revisions/474e652a8dce/schema)
