Skip to documentation
ClaimSoft integration

Get Report Schema

Perform Get Report Schema through ClaimSoft.

View as Markdown
claimsoft_get_report_schema
readclaimsoft

Inputs

  • report_id
    expressionrequired
    Report Id

    Required literal value or workflow expression.

Outputs

  • report_idReport Id
  • nameName
  • categoryCategory
  • fieldsFields
  • 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",
  "required": [
    "report_id"
  ],
  "properties": {
    "report_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "name": {},
    "error": {},
    "fields": {},
    "category": {},
    "report_id": {}
  },
  "additionalProperties": true
}
View all ClaimSoft actions