---
title: "List document access"
method: GET
path: "/v1beta/documents/{document_id}/share"
tags: ["Sharings"]
---

# List document access

`GET /v1beta/documents/{document_id}/share`

List all recipients with access to a document.

## Path parameters

- `document_id` string, required — Document ID.

## Response `200`

Success

- ListDocumentAccessResponse — ListDocumentAccessResponse contains the access list and general access level.
  - `document_id` string — Document ID.
  - `general_access_level` 'restricted' | 'organization' | 'anyone_with_link'
  - `recipients` Recipient[] — Recipients with access.
    - `document_role` 'viewer' | 'commenter' | 'collaborator' | 'admin' | 'owner', required
    - `email` string — Email (only for user recipients).
    - `id` string, required — Recipient ID (TypeID: user_xxx, bot_xxx, or org_xxx).
    - `name` string — Display name.
    - `type` 'user' | 'bot' | 'organization', required

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/factify-inc/apis/factify-api.md) · [All operations](https://skmtc.net/factify-inc/apis/factify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factify-inc/factify-api/revisions/8baabdfb82bf/schema)
