Export workspace analytics
Export analytics data for the workspace identified by {wId} in CSV or JSON format.
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, last login date and membership status (active, revoked, unregistered).
- "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).
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)
Response
The analytics data in CSV or JSON format
Changes
Changed in 4 of the 80 revisions of this API.22
- ○
added the new enum value
skillsto thequeryrequest parametertablerequest-parameter-enum-value-added
- ○
- ▲
removed the enum value
skillsfrom thequeryrequest parametertablerequest-parameter-enum-value-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new enum value
skillsto thequeryrequest parametertablerequest-parameter-enum-value-added
- ○
- ▲
removed the enum value
skillsfrom thequeryrequest parametertablerequest-parameter-enum-value-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲