Skip to documentation
Parachute Health integration

List Inbox Documents

Perform List Inbox Documents through Parachute Health.

View as Markdown
parachute_list_inbox_documents
readparachute

Inputs

  • assignee_user_id
    textrequired
    Assignee User Id

    Required text value.

  • supplier_id
    text
    Supplier Id

    Optional text value.

  • worked
    boolean
    Worked

    Optional true-or-false value.

    Default: false

  • paginate_all
    boolean
    Paginate All

    Optional true-or-false value.

    Default: true

  • page
    number
    Page

    Optional numeric value.

    Default: 1

  • max_pages
    number
    Max Pages

    Optional numeric value.

    Default: 50

Outputs

  • documentsDocuments
  • totalTotal
  • pages_fetchedPages Fetched
  • skipped_idless_countSkipped Idless Count
  • internal_statusesInternal Statuses
  • parachute_org_idParachute Org Id
  • successSuccess
  • errorError
  • failure_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
}
View all Parachute Health actions