---
title: "GET /v1/shares/{id}"
method: GET
path: "/v1/shares/{id}"
tags: ["Shares"]
---

# GET /v1/shares/{id}

`GET /v1/shares/{id}`

Get share detail by share ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- ShareSpec — A share is discovered and updated by task manager.
  - `id` string, required
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string, required
  - `storage_id` string
  - `native_share_id` string
  - `native_filesystem_id` string
  - `native_qtree_id` string
  - `protocol` 'cifs' | 'nfs' | 'ftp' | 'hdfs'
  - `path` string

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `404` — The resource does not exist
- `500` — An unexpected error occurred.

---

[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/versions/b2017613d719/schema)
