Get Order Documents
Perform Get Order Documents through Tomorrow Health.
tomorrow_health_get_order_documentswritetomorrow_health
Inputs
- Order Id
order_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessdocumentsDocumentscountCountorder_idOrder Idprimary_document_idPrimary Document Idtomorrow_health_org_idTomorrow Health Org Idtomorrow_health_org_nameTomorrow Health Org Nametomorrow_health_supplier_idTomorrow Health Supplier IderrorError
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": [
"order_id"
],
"properties": {
"order_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"success": {},
"order_id": {},
"documents": {},
"primary_document_id": {},
"tomorrow_health_org_id": {},
"tomorrow_health_org_name": {},
"tomorrow_health_supplier_id": {}
},
"additionalProperties": true
}