> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Shared Link Information

Gets the information for a shared link on a file.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                               |
  | --------- | ------------------------------------------------------------------------- |
  | Fields    | Explicitly request the `shared_link` fields to be returned for this item. |
  | File ID   | The unique identifier that represents a file.                             |
</div>

## Example Output

```json theme={"dark"}
{
	"value": {
		"etag": "1",
		"id": "12345",
		"shared_link": {
			"access": "open",
			"download_count": 0,
			"download_url": "https://app.box.com/shared/static/kwio6b4ovt1264rnfbyqo1.pdf",
			"effective_access": "open",
			"effective_permission": "can_download",
			"is_password_enabled": false,
			"permissions": {
				"can_download": true,
				"can_edit": true,
				"can_preview": true
			},
			"preview_count": 0,
			"unshared_at": "2020-09-21T10:34:41-07:00",
			"url": "https://app.box.com/s/kwio6b4ovt1264rnfbyqo1",
			"vanity_name": null,
			"vanity_url": null
		},
		"type": "file"
	}
}
```

## Workflow Library Example

[Get Shared Link Information with Box and Send Results Via Email](https://library.blinkops.com/workflows/get-shared-link-information-with-box-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-shared-link-information-with-box-and-send-results-via-email/canvas" />
</div>
