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

# List Documents Shared By Me

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

List all documents shared by current user

## Response `200`

Successful Response

- DocumentShareResponse[]
  - `id` string, required
  - `resource_type` string, required
  - `resource_id` string, required
  - `resource_name` string, required
  - `shared_by_email` string, required
  - `shared_with_team_name` string, nullable
  - `shared_with_user_email` string, nullable
  - `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)
