Workspace Usage Analytics

You can track usage on your workspace by clicking on the Workspace Tab of the Admin Panel.


What you can find:

  • General Statistics on Members & Active Users
  • Downloadable monthly reports to analyze usage metrics for their workspace on a given calendar month. These reports include:
    • Messages: A log of all messages sent (without content)
    • Users: List of users ordered by activity level
    • Builders: Individuals who have been creating and editing assistants
    • Assistants: List of assistants ordered by activity level

Want to access the workspace metrics via API?

You can access your Dust workspace metrics directly via API. If you want to enable this feature, ping us in your shared Slack channel with Dust if you are on an Enterprise plan or write us at [email protected]

Then use the mini-doc below:

curl -X GET '<https://dust.tt/api/v1/w/ee616a51bc/usage?start_date=2024-02-01&end_date=2024-02-20'>  
-H 'Authorization: Bearer $YOUR_API_KEY'

For example, you can retrieve usage data in CSV format from 2024-02-01 to 2024-02-20.
You need to skip the end date if you want to retrieve data from one specific date until today.

Remember to replace the syntax.$YOUR_API_KEY' by your Dust API key. You can create it via the Developer Platform.