---
title: "List Documents Shared With Me"
method: GET
path: "/api/sharing/documents/shared-with-me"
tags: ["Sharing"]
---

# List Documents Shared With Me

`GET /api/sharing/documents/shared-with-me`

List all documents shared with current user (directly or via team)

## Response `200`

Successful Response

- SharedDocumentResponse[]
  - `id` string, required
  - `resource_type` string, required
  - `resource_id` string, required
  - `resource_name` string, required
  - `owner_email` string, required
  - `permission_level` string, required
  - `shared_at` string, required

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/718de1c0d866/schema)
