---
title: "List share links"
method: GET
path: "/v1/drive/shares"
tags: ["drive"]
---

# List share links

`GET /v1/drive/shares`

List all share links created by the authenticated user's business

## Response `200`

OK

- ModelsDriveShareLink[]
  - `access_level` string
  - `created_at` string
  - `created_by` string
  - `expires_at` string
  - `id` string
  - `label` string
  - `password_protected` boolean
  - `scope` ModelsDriveShareScope
    - `object_ids` string[]
    - `prefix` string
    - `query` ModelsDriveSearchRequest
      - `content_type` string
      - `max_size` integer
      - `min_size` integer
      - `page` integer
      - `page_size` integer
      - `prefix` string
      - `query` string
      - `sort_by` string
      - `sort_order` string
      - `storage_class` string
    - `type` string — "prefix", "files", or "search"
  - `url` string

## Other responses

- `401` — Unauthorized

---

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