Insight
Get Insight
get/reporting/insight/{id}
Path parameters
idstring uuid required
The unique identifier for the resource.
Response
Example response
{
"formulas": [
{
"name": "Booking Rate"
}
],
"queries": [
{
"type": "vapiql-json",
"filters": [
{
"column": "assistant_id",
"operator": "\"=\" or \"!=\""
}
],
"column": "id",
"operation": "count",
"name": "Total Calls"
}
]
}