Get Report Schema
Perform Get Report Schema through ClaimSoft.
claimsoft_get_report_schemareadclaimsoft
Inputs
- Report Id
report_idexpressionrequiredRequired literal value or workflow expression.
Outputs
report_idReport IdnameNamecategoryCategoryfieldsFieldserrorError
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
}