Search Payers
Perform Search Payers through NikoHealth.
nikohealth_search_payersreadnikohealth
Inputs
- Search Term
search_termtextOptional text value.
Outputs
successSuccesspayersPayerscountCounterrorError
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": {
"search_term": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"payers": {},
"success": {}
},
"additionalProperties": true
}