> ## 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 Containers Attachments

Get all containers attachments.

<Note>
  External Documentation

  To learn more, visit the [Splunk SOAR documentation](https://docs.splunk.com/Documentation/SOARonprem/6.2.0/PlatformAPI/RESTContainers#.2Frest.2Fcontainer_attachment).
</Note>

## Example Output

```json theme={"dark"}
{
	"count": 8,
	"num_pages": 0,
	"data": [
		{
			"id": 13,
			"created_via": "<string>",
			"container": 5,
			"task": null,
			"create_time": "2024-09-29T08:36:00.409255Z",
			"name": "<string>",
			"user": 1,
			"vault_document": 1,
			"mime_type": "<string>"
		},
		{
			"id": 9,
			"created_via": "<string>",
			"container": 8,
			"task": null,
			"create_time": "2024-09-29T08:34:25.548245Z",
			"name": "<string>",
			"user": 2,
			"vault_document": 17,
			"mime_type": "<string>"
		}
	]
}
```

## Workflow Library Example

[Get Containers Attachments with Splunk Soar and Send Results Via Email](https://library.blinkops.com/workflows/get-containers-attachments-with-splunk-soar-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-containers-attachments-with-splunk-soar-and-send-results-via-email/canvas" />
</div>
