List Client Insurance Policy Batches
Perform List Client Insurance Policy Batches through MyForms.
myforms_list_client_insurance_policy_batchesread
Inputs
- Policy Read Batches
policy_read_batchesjsonrequiredRequired JSON value.
- Timeout Seconds
timeout_secondsnumberOptional numeric value.
Default:
180
Outputs
successSuccessresultsResultsread_countRead Countfailed_countFailed Counterror_messageError Message
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": [
"policy_read_batches"
],
"properties": {
"timeout_seconds": {
"type": "number",
"default": 180,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"policy_read_batches": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"results": {},
"success": {},
"read_count": {},
"failed_count": {},
"error_message": {}
},
"additionalProperties": true
}