Get a list of artifact files.
External DocumentationTo learn more, visit the PlexTrac documentation.

Parameters

ParameterDescription
Client IDThe ID of the client to get its artifacts. Can be retrieved from the ‘List Clients’ action.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop