List Source of Business Options
Perform List Source of Business Options through Bonafide.
bonafide_list_source_of_businessesreadbonafide
Inputs
- Query
queryexpressionOptional literal value or workflow expression.
- Source Type
source_typeexpressionOptional literal value or workflow expression.
Outputs
successSuccessoptionsOptionstotal_countTotal CountmessageMessageerrorErrorerror_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",
"properties": {
"query": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"source_type": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"message": {},
"options": {},
"success": {},
"total_count": {},
"error_message": {}
},
"additionalProperties": true
}