> ## 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.

# List Container Notes

Get a list of notes in a container.

<Note>
  External Documentation

  To learn more, visit the [Splunk SOAR documentation](https://docs.splunk.com/Documentation/SOARonprem/6.2.0/PlatformAPI/RESTNotes#.2Frest.2Fnote).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                     |
  | ------------ | ------------------------------------------------------------------------------- |
  | Container ID | Filter by container ID. If specified, returns only the notes of this container. |
  | Order        | The is the sorting order for the results.                                       |
  | Sort         | Field to sort results with.                                                     |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter   | Description                          |
  | ----------- | ------------------------------------ |
  | Page Number | Page number of the results to fetch. |
  | Page Size   | Size of page to return.              |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-container-notes-with-splunk-soar-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-container-notes-with-splunk-soar-and-send-results-via-email/canvas" />
</div>
