External DocumentationTo learn more, visit the Splunk SOAR documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Notes with Splunk Soar and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| 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": 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
}
]
}
Was this page helpful?