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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Client ID | The ID of the client to get its artifacts. Can be retrieved from the ‘List Clients’ action. |
{
"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
}
]
}
Was this page helpful?