Skip to main content
GET
Export workspace analytics

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

Unique string identifier for the workspace

Query Parameters

table
enum<string>
required

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
startDate
string<date>
required

Start date in YYYY-MM-DD format

endDate
string<date>
required

End date in YYYY-MM-DD format

timezone
string

IANA timezone name (defaults to UTC)

format
enum<string>

Output format (defaults to csv)

Available options:
csv,
json

Response

The analytics data in CSV or JSON format

The response is of type string.