---
title: "GET /v1/storages/{storage_id}/masking-views"
method: GET
path: "/v1/storages/{storage_id}/masking-views"
tags: ["Masking views"]
---

# GET /v1/storages/{storage_id}/masking-views

`GET /v1/storages/{storage_id}/masking-views`

List all masking views.

## Path parameters

- `storage_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `name` string
- `id` string
- `description` string
- `native_masking_view_id` string
- `native_storage_host_group_id` string
- `native_volume_group_id` string
- `native_port_group_id` string
- `native_storage_host_id` string
- `native_volume_id` string
- `native_port_id` string

## Response `200`

List masking views query was success

- object
  - `masking_views` MaskingViewRespSpec[], required
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `description` string
    - `storage_id` string
    - `native_masking_view_id` string — Actual ID of the masking view in the storage backend.
    - `native_storage_host_group_id` string — Actual ID of the storage host group in the storage backend.
    - `native_volume_group_id` string — Actual ID of the volume group in the storage backend.
    - `native_port_group_id` string — Actual ID of the port group in the storage backend.
    - `native_storage_host_id` string — Actual ID of the storage host in the storage backend.
    - `native_volume_id` string — Actual ID of the volume in the storage backend.
    - `native_port_id` string — Actual ID of the port in the storage backend.

## 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)
