---
title: "Get a list of attached received shares."
method: GET
path: "/receivedShares/attached"
tags: ["ReceivedShare"]
---

# Get a list of attached received shares.

`GET /receivedShares/attached`

List attached received shares

## Query parameters

- `referenceName` string, required
- `api-version` string, required
- `filter` string
- `orderby` string

## Response `200`

Success

- ReceivedShareList — List of received shares.
  - `nextLink` string, url — The Url of next result page.
  - `value` ReceivedShare[], required — Collection of items of type ReceivedShare
    - `id` string — The unique id of the resource.
    - `type` string — Type of the resource.

## Other responses

- `default` — Default error response.

---

[API](https://skmtc.net/azure/apis/purview-share.md) · [All operations](https://skmtc.net/azure/apis/purview-share/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-share/revisions/79b396164f79/schema)
