Download Inbox Document
Perform Download Inbox Document through Parachute Health.
parachute_download_inbox_documentwriteparachute
Inputs
- Document
documentexpressionrequiredRequired literal value or workflow expression.
- Inbox Document Id
inbox_document_idtextOptional text value.
Outputs
pagesPagespage_countPage CountsuccessSuccesserrorErrorfailure_categoryFailure Category
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": [
"document"
],
"properties": {
"document": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"inbox_document_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"pages": {},
"success": {},
"page_count": {},
"failure_category": {}
},
"additionalProperties": true
}