---
title: "List sent delivery links"
method: GET
path: "/v1/workspaces/{workspaceId}/assets/links"
tags: ["Assets"]
---

# List sent delivery links

`GET /v1/workspaces/{workspaceId}/assets/links`

## Response `200`

Links

- object
  - `links` AssetShareLink[]
    - `id` string
    - `url` string, uri
    - `collectionName` string
    - `fileCount` integer
    - `gate` 'none' | 'password' | 'domain'
    - `expiresAt` string, date-time, nullable
    - `viewCount` integer
    - `revoked` boolean
    - `expired` boolean

## Other responses

- `403` — Access denied

---

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