---
title: "API operation to list ShareResources."
method: GET
path: "/shareResources"
tags: ["ShareResource"]
---

# API operation to list ShareResources.

`GET /shareResources`

List share resources

## Query parameters

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

## Response `200`

Success

- ShareResourceList — A page of ShareResource results.
  - `nextLink` string, url — The Url of next result page.
  - `value` ShareResource[], required — Collection of items of type ShareResource
    - `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)
