Skip to main content

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 a list of notes.
External DocumentationTo learn more, visit the Splunk SOAR documentation.

Basic Parameters

ParameterDescription
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": 9,
	"num_pages": 3,
	"data": [
		{
			"id": 11,
			"title": "<string>",
			"content": "<string>",
			"create_time": "2024-09-29T08:36:00.409255Z",
			"modified_time": "2024-09-29T08:36:00.409255Z",
			"note_type": "<string>",
			"author": 1,
			"phase": null,
			"container": 2,
			"task": null,
			"artifact": null,
			"note_format": "<string>",
			"task_name": null,
			"artifact_name": null
		},
		{
			"id": 18,
			"title": "<string>",
			"content": "<string>",
			"create_time": "2024-09-29T08:36:00.409255Z",
			"modified_time": "2024-09-29T08:36:00.409255Z",
			"note_type": "<string>",
			"author": 1,
			"phase": null,
			"container": 18,
			"task": null,
			"artifact": null,
			"note_format": "<string>",
			"task_name": null,
			"artifact_name": null
		}
	]
}

Workflow Library Example

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