Export workspace analytics

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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)

string
enum

Output format (defaults to csv)

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Invalid request query parameters

403

Requires an API key with admin scope

405

Method not supported

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