Get Inbox Document
Perform Get Inbox Document through Parachute Health.
parachute_get_inbox_documentreadparachute
Inputs
- Inbox Document Id
inbox_document_idtextrequiredRequired text value.
- Parachute Org Id
parachute_org_idtextOptional text value.
Outputs
inbox_document_idInbox Document Idcsr_inbox_stateCsr Inbox StatefacilityFacilityclinicianClinicianextracted_cart_itemsExtracted Cart ItemsdocumentsDocumentspatient_countPatient CountskippedSkippedskip_reasonSkip Reasonskip_messageSkip Messagestatus_codeStatus CodesuccessSuccesserrorErrorfailure_categoryFailure Category
Output schema completeness: best_effort_declared
Safety
- External effect
- read
- Confirmation recommended
- No
- Retry safe
- Yes
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"inbox_document_id"
],
"properties": {
"parachute_org_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"inbox_document_id": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"skipped": {},
"success": {},
"facility": {},
"clinician": {},
"documents": {},
"skip_reason": {},
"status_code": {},
"skip_message": {},
"patient_count": {},
"csr_inbox_state": {},
"failure_category": {},
"inbox_document_id": {},
"extracted_cart_items": {}
},
"additionalProperties": true
}