Workspace Analytics: Interactive Dashboard + Public API
🎯 What is it?
Workspace admins now have access to a comprehensive analytics dashboard directly within Dust, plus a new public API endpoint for programmatic data access. The dashboard provides real-time visibility into adoption metrics (DAU/WAU/MAU), activity trends (messages, conversations), usage breakdown by source (web, Slack, extension, API), tool usage patterns, and top-performing agents. Each chart supports CSV export and offers flexible time ranges (7, 15, 30, or 90 days).
For teams that need to integrate Dust data into their own business intelligence tools, the new GET /api/v1/w/{wId}/analytics/export endpoint enables programmatic access to 7 data tables: usage metrics, active users, sources, agents, users, skill usage, and tool usage.
💡 Why is it useful?
Enterprise teams need self-service visibility into how Dust is being adopted across their organization to measure ROI and drive engagement. Until now, getting this data required manual CSV exports or reaching out to Customer Success for custom reports. This brings Dust's analytics capabilities in line with enterprise expectations for modern SaaS tools.
✨ Concrete Use Cases
Here's how you could use it:
Executive reporting: Export monthly adoption metrics to include in your quarterly AI transformation reports, showing DAU/MAU trends and demonstrating ROI to leadership.
Usage optimization: Identify which agents are most popular and which sources drive the most engagement, then use those insights to optimize your Dust rollout strategy and training programs.
BI integration: Pipe Dust analytics data into your existing Tableau, Looker, or PowerBI dashboards alongside other tools to create a unified view of productivity tool adoption.
📈 Benefits for you
-
Self-service insights: No more waiting for manual reports—get instant visibility into adoption patterns
-
Data-driven decisions: Use concrete metrics to guide your Dust rollout strategy
-
Flexible export: Download charts as CSV or pull data programmatically via API
-
Executive-ready: Generate adoption reports that demonstrate value to stakeholders
🚀 How to access it?
The analytics dashboard is available now to all workspace admins across all plans. Access it from your workspace admin panel. For API access, refer to the documentation for the new /api/v1/w/{wId}/analytics/export endpoint.
⚠️ API Deprecation Notice
📌 Context
The legacy analytics endpoints /api/v1/w/{wId}/usage and /api/v1/w/{wId}/workspace-usage are now deprecated and will be sunset on June 1, 2026.
🔄 Impact on Dust
We've built a new, more comprehensive analytics API that supersedes these legacy endpoints, providing richer data and better functionality.
👤 Impact for you
If you or your team are using the old endpoints: You'll need to migrate to the new /api/v1/w/{wId}/analytics/export endpoint before June 1, 2026. The new endpoint is a strict superset—it covers everything the old endpoints provided plus adds skill usage, tool usage, and detailed per-agent and per-user breakdowns.
If you're not using these endpoints: No impact—no action needed.
✅ Actions required
-
Review your integrations: Check if any of your systems or scripts are calling
/api/v1/w/{wId}/usageor/api/v1/w/{wId}/workspace-usage -
Plan your migration: Update those integrations to use the new
/api/v1/w/{wId}/analytics/exportendpoint before June 1, 2026 -
Reach out if needed: If you need assistance with migration, contact your Customer Success team
