> ## 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.

# List Attachments

Retrieve a list of attachments, along with the locations from where the attachments are being pulled from.

## Example Output

```json theme={"dark"}
{
	"folders": [],
	"attachments": {
		"images": [
			{
				"id": "4916464",
				"type": "Image",
				"name": "2021-09-10_11-38-58.png",
				"created_at": "2022-03-22T15:18:42.000Z",
				"share_url": "https://login.assetpanda.com/d/d31eb71654f1c761458187b28569660d",
				"thumb": "https://panda-assets-live.s3.amazonaws.com/uploads/document/image/4916464/thumb_2021-09-10_11-38-58.png",
				"medium": "https://panda-assets-live.s3.amazonaws.com/uploads/document/image/4916464/default_2021-09-10_11-38-58.png",
				"large": "https://panda-assets-live.s3.amazonaws.com/uploads/document/image/4916464/big_2021-09-10_11-38-58.png",
				"url": "https://panda-assets-live.s3.amazonaws.com/uploads/document/image/4916464/big_2021-09-10_11-38-58.png"
			},
			{
				"id": "4915567",
				"type": "Image",
				"name": "ABT493C71C7F2CC68CE82805045D9157C35191330B10E3F7358AD665099E19C5C4E.jpg",
				"created_at": "2022-03-22T07:40:47.000Z",
				"share_url": "https://login.assetpanda.com/d/e40b4c5c86343501851c280935594a0e",
				"thumb": "https://panda-assets-live.s3.amazonaws.com/uploads/document/image/4915567/thumb_ABT493C71C7F2CC68CE82805045D9157C35191330B10E3F7358AD665099E19C5C4E.jpg",
				"medium": "https://panda-assets-live.s3.amazonaws.com/uploads/document/image/4915567/default_ABT493C71C7F2CC68CE82805045D9157C35191330B10E3F7358AD665099E19C5C4E.jpg",
				"large": "https://panda-assets-live.s3.amazonaws.com/uploads/document/image/4915567/big_ABT493C71C7F2CC68CE82805045D9157C35191330B10E3F7358AD665099E19C5C4E.jpg",
				"url": "https://panda-assets-live.s3.amazonaws.com/uploads/document/image/4915567/big_ABT493C71C7F2CC68CE82805045D9157C35191330B10E3F7358AD665099E19C5C4E.jpg"
			}
		]
	}
}
```

## Workflow Library Example

[List Attachments with Asset Panda and Send Results Via Email](https://library.blinkops.com/workflows/list-attachments-with-asset-panda-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/list-attachments-with-asset-panda-and-send-results-via-email/canvas" />
</div>
