List Inbox Documents
Perform List Inbox Documents through Parachute Health.
parachute_list_inbox_documentsreadparachute
Inputs
- Assignee User Id
assignee_user_idtextrequiredRequired text value.
- Supplier Id
supplier_idtextOptional text value.
- Worked
workedbooleanOptional true-or-false value.
Default:
false - Paginate All
paginate_allbooleanOptional true-or-false value.
Default:
true - Page
pagenumberOptional numeric value.
Default:
1 - Max Pages
max_pagesnumberOptional numeric value.
Default:
50
Outputs
documentsDocumentstotalTotalpages_fetchedPages Fetchedskipped_idless_countSkipped Idless Countinternal_statusesInternal Statusesparachute_org_idParachute Org IdsuccessSuccesserrorErrorfailure_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": [
"assignee_user_id"
],
"properties": {
"page": {
"type": "number",
"default": 1,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"worked": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"max_pages": {
"type": "number",
"default": 50,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"supplier_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"paginate_all": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"assignee_user_id": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"total": {},
"success": {},
"documents": {},
"pages_fetched": {},
"failure_category": {},
"parachute_org_id": {},
"internal_statuses": {},
"skipped_idless_count": {}
},
"additionalProperties": true
}