curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/analytics/batches[
{
"batch_id": "<string>",
"batch_name": "<string>",
"completed": 123,
"completion_rate_pct": 123,
"created_at": "<string>",
"failed": 123,
"total_prospects": 123,
"workflow_name": "<string>"
}
]Returns performance metrics for workflow batches
curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/analytics/batches[
{
"batch_id": "<string>",
"batch_name": "<string>",
"completed": 123,
"completion_rate_pct": 123,
"created_at": "<string>",
"failed": 123,
"total_prospects": 123,
"workflow_name": "<string>"
}
]