External DocumentationTo learn more, visit the Splunk SOAR documentation.
Actions
List Container Attachments
Get the information about the attachments of a container.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Container ID | The ID of the container. Can be obtained by using the List Containers action. |
| Order | The is the sorting order for the results. |
| Sort | Field to sort results with. |
| Parameter | Description |
|---|---|
| Page Number | Page number of the results to fetch. |
| Page Size | Size of page to return. |
{
"count": 920,
"num_pages": 62,
"data": [
{
"id": 970,
"created_via": "<string>",
"container": 389,
"task": null,
"create_time": "2024-06-07T05:55:40",
"name": "<string>",
"user": 226,
"vault_document": 882,
"mime_type": "<string>"
}
]
}
Was this page helpful?