curl --location 'https://api.plusvibe.ai/api/v1/analytics/workspaces/performance?workspace_id=65f3c92d3dbe5dbb35374a9a&workspace_status=active&campaign_status=active%2Cpaused&date_range=30days&start_date=2026-08-01&end_date=2026-08-28&limit=10&offset=0' \
--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
}