Export workspace analytics as CSV

Export analytics data for the workspace identified by {wId} in CSV format.

Path Params
string
required

Unique string identifier for the workspace

Query Params
string
enum
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.
  • "users": Top users by message count.
  • "skill_usage": Skill executions and unique users over time.
  • "tool_usage": Tool executions and unique users over time.
  • "messages": Detailed message-level logs.
date
required

Start date in YYYY-MM-DD format

date
required

End date in YYYY-MM-DD format

string

IANA timezone name (defaults to UTC)

Responses

400

Invalid request query parameters

403

Only workspace admins can access workspace analytics

405

Method not supported

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/csv