External DocumentationTo learn more, visit the Splunk SOAR documentation.
Actions
List Container Comments
List attached comments of a container by the container’s ID.

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 |
|---|---|
| Filter 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": 28,
"num_pages": 930,
"data": [
{
"id": 92,
"comment": "<string>",
"container": 271,
"time": "2024-01-13T12:43:56",
"create_time": "2020-02-23T19:50:19",
"user": 410,
"mentions": []
}
]
}
Was this page helpful?