Download Document
Perform Download Document through Medsender.
medsender_download_documentwritemedsender
Inputs
- File Token
file_tokenexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessdocument_idDocument Idorg_idOrg Idfile_tokenFile Tokenwas_existingWas ExistingdocumentsDocumentserrorError
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": [
"file_token"
],
"properties": {
"file_token": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"org_id": {},
"success": {},
"documents": {},
"file_token": {},
"document_id": {},
"was_existing": {}
},
"additionalProperties": true
}