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

List all the artifacts linked to a container by the container's ID.

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                     |
  | ------------ | ------------------------------------------------------------------------------- |
  | Container ID | The ID of the container. Can be obtained by using the `List Containers` action. |
  | 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": 73,
	"num_pages": 194,
	"data": [
		{
			"tags": [
				"<string>"
			],
			"id": 431,
			"cef": {
				"sourceAddress": "<string>"
			},
			"cef_types": {
				"sourceAddress": [
					"<string>"
				]
			},
			"container": 201,
			"create_time": "2021-10-20T11:30:23",
			"description": "<string>",
			"end_time": null,
			"external_id": null,
			"hash": "<string>",
			"ingest_app": null,
			"kill_chain": null,
			"label": null,
			"name": "<string>",
			"owner": 415,
			"playbook_run": null,
			"severity": "<string>",
			"source_data_identifier": "<string>",
			"start_time": "2023-02-23T01:40:44",
			"type": null,
			"update_time": "2020-01-21T00:46:47",
			"version": 135,
			"in_case": false,
			"has_note": false,
			"parent_container": null,
			"parent_artifact": null
		}
	]
}
```

## Workflow Library Example

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