---
title: "GET /v1beta/{tenantId}/file/snapshots/{shareSnapshotId}"
method: GET
path: "/v1beta/{tenantId}/file/snapshots/{shareSnapshotId}"
tags: ["File Share Snapshots"]
---

# GET /v1beta/{tenantId}/file/snapshots/{shareSnapshotId}

`GET /v1beta/{tenantId}/file/snapshots/{shareSnapshotId}`

Gets fileshare snapshot details by fileshare id.

## Response `200`

OK

- FileShareSnapshotRespSpec — Snapshot of file share has following specification.
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `fileshareId` string
  - `snapId` string
  - `tenantId` string
  - `userId` string
  - `name` string
  - `description` string
  - `shareSize` integer
  - `snapshotSize` integer
  - `status` string
  - `profileId` string
  - `metadata` object

## Other responses

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

## Changes

- **2019-12-09** `6f907ee4cf9b` — 4 breaking, 5 info
  - the response property `allOf[subschema #2]/fileshareId` became optional for the status `200`
  - the response property `allOf[subschema #2]/name` became optional for the status `200`
  - the response property `allOf[subschema #2]/status` became optional for the status `200`
  - the response property `allOf[subschema #2]/tenantId` became optional for the status `200`
  - …5 more
- **2019-11-06** `fd0669e1e56f` — 5 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`
  - added the media type `application/json` for the response with the status `404`
  - …1 more
- **2019-05-22** `2aca5485378c` — 1 info
  - endpoint added
- **2018-05-04** `3a7682f5369d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sodafoundation/apis/soda-api/changes/v1beta/:tenantId/file/snapshots/:shareSnapshotId/get.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-api/llms.txt) · [OpenAPI document](https://skmtc.dev/sodafoundation/apis/soda-api/revisions/62ce0f6c94b4?raw)
