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

Get a list of containers.

<Note>
  External Documentation

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

## Basic Parameters

<div className="integrations-table">
  | Parameter             | Description                                                  |
  | --------------------- | ------------------------------------------------------------ |
  | Filter Container Type | The string of the type of the container, for example "case". |
  | Filter In Case        | Filter in case.                                              |
  | 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": 375,
	"num_pages": 874,
	"data": [
		{
			"tags": [
				"<string>"
			],
			"id": 541,
			"artifact_count": 93,
			"artifact_update_time": "2020-08-25T09:40:22",
			"asset": null,
			"close_time": null,
			"closing_owner": null,
			"closing_rule_run": null,
			"container_update_time": "2023-05-19T11:21:02",
			"create_time": "2022-11-28T06:57:29",
			"description": "<string>",
			"due_time": "2020-05-12T18:55:48",
			"end_time": null,
			"hash": "<string>",
			"external_id": null,
			"ingest_app": null,
			"kill_chain": null,
			"label": "<string>",
			"name": "<string>",
			"open_time": "2020-12-15T12:58:32",
			"owner": null,
			"role": null,
			"owner_name": null,
			"sensitivity": "<string>",
			"severity": "<string>",
			"source_data_identifier": "<string>",
			"start_time": "2022-09-01T09:14:21",
			"status": "<string>",
			"version": 798,
			"workflow_name": "<string>",
			"custom_fields": {},
			"container_type": "<string>",
			"in_case": false,
			"current_phase": 718,
			"tenant": 881,
			"parent_container": null,
			"node_guid": null
		}
	]
}
```

## Workflow Library Example

[List Containers with Splunk Soar and Send Results Via Email](https://library.blinkops.com/workflows/list-containers-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-containers-with-splunk-soar-and-send-results-via-email/canvas" />
</div>
