Insight
Preview Insight
post/reporting/insight/preview
Request body
Example request
{
"formulas": [
{
"name": "Booking Rate"
}
],
"queries": [
{
"type": "vapiql-json",
"filters": [
{
"column": "assistant_id",
"operator": "\"=\" or \"!=\""
}
],
"column": "id",
"operation": "count",
"name": "Total Calls"
}
]
}