Get a list of notes in a container.
External DocumentationTo learn more, visit the Splunk SOAR documentation.

Basic Parameters

ParameterDescription
Container IDFilter by container ID. If specified, returns only the notes of this container.
OrderThe is the sorting order for the results.
SortField to sort results with.

Advanced Parameters

ParameterDescription
Page NumberPage number of the results to fetch.
Page SizeSize of page to return.

Example Output

{
	"count": 0,
	"num_pages": 1,
	"data": [
		{
			"id": 2,
			"title": "<string>",
			"content": "<string>",
			"create_time": "2024-09-29T08:36:00.409255Z",
			"modified_time": "2024-09-29T08:36:00.409255Z",
			"note_type": "<string>",
			"author": 2,
			"phase": null,
			"container": 16,
			"task": null,
			"artifact": null,
			"note_format": "<string>",
			"task_name": null,
			"artifact_name": null
		},
		{
			"id": 6,
			"title": "<string>",
			"content": "<string>",
			"create_time": "2024-09-29T08:36:00.409255Z",
			"modified_time": "2024-09-29T08:36:00.409255Z",
			"note_type": "<string>",
			"author": 2,
			"phase": null,
			"container": 9,
			"task": null,
			"artifact": null,
			"note_format": "<string>",
			"task_name": null,
			"artifact_name": null
		}
	]
}

Workflow Library Example

List Container Notes with Splunk Soar and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop