curl --location 'https://api.plusvibe.ai/api/v1/analytics/workspaces/performance?workspace_status=undefined&campaign_status=undefined&date_range=undefined&start_date=undefined&end_date=undefined&limit=undefined&offset=undefined' \
--header 'x-api-key: <api-key>'{
"workspaces": [
{
"id": "65f3c92d3dbe5dbb35374a9a",
"name": "Acme Outbound",
"status": "ACTIVE",
"campaigns_count": 12,
"total_leads": 5200,
"stats": {
"contacted_leads": 500,
"completed_leads": 120,
"emails_sent": 1800,
"reply_rate_with_ooo": {
"percentage": 4.2,
"count": 21
},
"reply_rate": {
"percentage": 4.2,
"count": 21
},
"positive_replies": {
"count": 8,
"percentage": 38.1
},
"sentiment_counts": {
"POSITIVE": 8,
"NEGATIVE": 3,
"NEUTRAL": 10
}
}
}
],
"total": 3,
"has_more": false
}