# List shared docs-preview links for a run
GET /api/runs/{runId}/docs-preview/share
Returns active Sourced-hosted, noindex docs-preview share links created for the run.
## Request
```bash
curl -X GET 'https://sourced.sh/api/runs/{runId}/docs-preview/share' \
  -H 'Authorization: Bearer $SOURCED_API_KEY'
```
## Parameters

- runId (path, required): Run identifier.

## Responses

### 200

Active docs-preview share links.
### 401


### 403


### 404


