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

Get a list of artifact files.

<Note>
  External Documentation

  To learn more, visit the [PlexTrac documentation](https://api-docs.plextrac.com/#524a8ca6-5090-48da-b1ab-e18e9e15efdf).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                 |
  | --------- | ------------------------------------------------------------------------------------------- |
  | Client ID | The ID of the client to get its artifacts. Can be retrieved from the 'List Clients' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "ok",
	"data": [
		{
			"components": [
				"report_artifacts"
			],
			"content_type": "image/jpeg",
			"createdAt": 1682615928019,
			"description": "blue icon image",
			"filename": "blue.jpg",
			"id": "d3bd5613-2419-429c-a294-326a4861d0d8",
			"relations": [
				{
					"model": "report",
					"id": 500824
				},
				{
					"model": "client",
					"id": 1045
				}
			],
			"size": 757
		}
	]
}
```

## Workflow Library Example

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