Skip to documentation
ClaimSoft integration

List Reports

Perform List Reports through ClaimSoft.

View as Markdown
claimsoft_list_reports
readclaimsoft

Inputs

  • category
    text
    Category

    Optional text value.

Outputs

  • total_reportsTotal Reports
  • categoriesCategories
  • errorError

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",
  "properties": {
    "category": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "categories": {},
    "total_reports": {}
  },
  "additionalProperties": true
}
View all ClaimSoft actions