---
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.

## Changes

- **2026-07-13** (2021-09-01-preview) `79b396164f79` — 1 warning
  - deleted the `query` request parameter `skipToken`
- **2026-07-13** (2021-09-01-preview) `a1ebde565f2f` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (2021-09-01-preview) `315ab40101a8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/azure/apis/purview-share/changes/receivedShares/attached/get.md)

---

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