Export workspace analytics
Workspace
Export workspace analytics
Export analytics data for the workspace identified by in CSV or JSON format.
GET
Export workspace analytics
Authorizations
Your DUST API key is a Bearer token.
Path Parameters
Unique string identifier for the workspace
Query Parameters
The analytics table to export:
- "usage_metrics": Messages, conversations, and active users over time.
- "active_users": Daily, weekly, and monthly active user counts.
- "source": Message volume by context origin (web, slack, etc.).
- "agents": Top agents by message count, including credits.
- "users": Top users by message count, including credits.
- "skills": Skill metadata catalog.
- "skill_usage": Skill executions and unique users over time.
- "tool_usage": Tool executions and unique users over time.
- "messages": Detailed message-level logs, including comma-separated lists of tools (as "server__tool") and skills used per message, and the cost in credits of each message.
- "feedback": Detailed message-level feedback (thumbs, content, conversation URL).
Available options:
usage_metrics, active_users, source, agents, users, skills, skill_usage, tool_usage, messages, feedback Start date in YYYY-MM-DD format
End date in YYYY-MM-DD format
IANA timezone name (defaults to UTC)
Output format (defaults to csv)
Available options:
csv, json Response
The analytics data in CSV or JSON format
The response is of type string.