---
title: "List all of the access to this library."
method: GET
path: "/v1/libraries/{library_id}/share"
tags: ["beta.libraries.accesses"]
---

# List all of the access to this library.

`GET /v1/libraries/{library_id}/share`

Given a library, list all of the Entity that have access and to what level.

## Path parameters

- `library_id` string, uuid, required

## Response `200`

Successful Response

- ListSharingResponse
  - `data` Sharing[], required
    - `library_id` string, uuid, required
    - `user_id` string, uuid, nullable
    - `org_id` string, uuid, required
    - `role` string, required
    - `share_with_type` string, required
    - `share_with_uuid` string, uuid, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
