---
title: "Retrieve share link by id"
method: GET
path: "/shares/{id}"
tags: ["Share Management"]
---

# Retrieve share link by id

`GET /shares/{id}`

Retrieve the information of the share with the specified id.

## Path parameters

- `id` string, required

## Response `200`

OK

- Share
  - `id` string, required
  - `resource_id` string, uuid, required
  - `user_id` string, nullable
  - `expiration_dt` string, date-time, nullable
  - `is_revoked` boolean

---

[API](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api.md) · [All operations](https://skmtc.net/pai-os/apis/personal-artificial-intelligence-operating-system-pai-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pai-os/personal-artificial-intelligence-operating-system-pai-os-api/revisions/3c144b366e19/schema)
