curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/analytics/workflows/{id}{
"avg_duration_seconds": 123,
"completed": 123,
"completion_rate_pct": 123,
"failed": 123,
"pending": 123,
"period": {
"end": "<string>",
"start": "<string>"
},
"running": 123,
"total_runs": 123,
"workflow_id": "<string>",
"workflow_name": "<string>"
}Returns detailed analytics for a specific workflow
curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/analytics/workflows/{id}{
"avg_duration_seconds": 123,
"completed": 123,
"completion_rate_pct": 123,
"failed": 123,
"pending": 123,
"period": {
"end": "<string>",
"start": "<string>"
},
"running": 123,
"total_runs": 123,
"workflow_id": "<string>",
"workflow_name": "<string>"
}