Test Function
Automation endpoint used by voice agents and trusted clients to execute workflow actions or retrieve evaluation results.
POST
Automation endpoint used by voice agents and trusted clients to execute workflow actions or retrieve evaluation results.
Request body
FunctionTestRequest
object
required
Function arguments as JSON
FunctionContextInput,null
string
required
Function name to execute
Response
FunctionTestResponse
string,null
Error message (if failed)
boolean
required
Whether the function executed successfully
object
Function result (if successful)