Skip to main content

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.

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