Download Document
Perform Download Document through DocuTrack.
docutrack_download_documentwritedocutrack
Inputs
- Docutrack Document Id
docutrack_document_idexpressionrequiredRequired literal value or workflow expression.
- Folder Id
folder_idnumberOptional numeric value.
Outputs
successSuccessdocument_idDocument Iddocutrack_document_idDocutrack Document Idwas_existingWas ExistingsizeSizesha256Sha256errorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"docutrack_document_id"
],
"properties": {
"folder_id": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"docutrack_document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"size": {},
"error": {},
"sha256": {},
"success": {},
"document_id": {},
"was_existing": {},
"docutrack_document_id": {}
},
"additionalProperties": true
}