The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Autonomous Agent - Download Artifact",
"nodes": [
{
"parameters": {},
"id": "bc4aa90d-316d-4dd7-9066-6ca59ce9fa23",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
260,
300
]
},
{
"parameters": {
"operation": "download",
"executionId": "={{$json.execution_id}}",
"artifactId": "={{$json.artifact_id}}",
"outputBinaryField": "data",
"downloadFileName": "",
"downloadMimeType": ""
},
"id": "e4db66aa-ab3c-41e6-867e-a915f6e2693c",
"name": "Download Artifact",
"type": "n8n-autonomous-agent-nodes.autonomousAgentArtifact",
"typeVersion": 1,
"position": [
520,
300
],
"credentials": {
"autonomousAgentApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Download Artifact",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "94f14e27-cf3e-4e13-bd3b-0fabff28a9f2",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
autonomousAgentApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Autonomous Agent - Download Artifact. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 2 nodes.
Source: https://github.com/MustiSquare/n8n-autonomous-agent-nodes/blob/main/examples/download-artifact.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Autonomous Agent - Configure Custom Model Capability. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 4 nodes.
Autonomous Agent - Approve Execution. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 2 nodes.
Autonomous Agent - Create Execution. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 2 nodes.
Autonomous Agent - Poll Until Complete. Uses n8n-autonomous-agent-nodes. Event-driven trigger; 2 nodes.
Autonomous Agent - Create With Attachment. Uses readWriteFile, n8n-autonomous-agent-nodes. Event-driven trigger; 5 nodes.