---
title: "List all sent share invitations in a sent share"
method: GET
path: "/sentShares/{sentShareId}/sentShareInvitations"
tags: ["SentShareInvitation"]
---

# List all sent share invitations in a sent share

`GET /sentShares/{sentShareId}/sentShareInvitations`

List sent share recipients

## Path parameters

- `sentShareId` string, required

## Query parameters

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

## Response `200`

Success

- SentShareInvitationList — List of the sent share invitations
  - `nextLink` string, url — The Url of next result page.
  - `value` SentShareInvitation[], required — Collection of items of type SentShareInvitation
    - `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)
