Export detailed usage analytics from your Langdock workspace to CSV format for external analysis, reporting, and compliance purposes.
Open Analytics
Click Export
Configure Export
Generate CSV
Column | Description |
---|---|
period_start | Start date of the report (YYYY-MM-DD, UTC) |
period_end | End date of the report (YYYY-MM-DD, UTC) |
org_id | ID of the workspace |
user_id | ID of the user |
name | Name of the user |
email | Email of the user |
role | Role of the user (member, editor, or admin) at the time of the export |
joined_at | Date the user joined the workspace (YYYY-MM-DD, UTC) |
messages_total | Total number of messages the user has sent in the period |
messages_total_rank | Relative position of the user in a list of all workspace users sorted by total messages in the period (1 = most messages) |
messages_chat | Number of messages the user has sent in regular chats in the period |
messages_chat_rank | Relative position of the user in a list of all workspace users sorted by chat messages in the period (1 = most messages) |
messages_assistants | Number of messages the user has sent to assistant chats in the period |
messages_assistants_rank | Relative position of the user in a list of all workspace users sorted by assistant messages in the period (1 = most messages) |
assistants_messaged | Number of distinct assistants the user messaged in the period |
assistants_to_messages | JSON object mapping assistant_id to messages_count for each assistant the user messaged in the period |
messages_projects | Number of messages the user has sent to project chats in the period |
messages_projects_rank | Relative position of the user in a list of all workspace users sorted by project messages in the period (1 = most messages) |
projects_messaged | Number of distinct projects the user messaged in the period |
projects_to_messages | JSON object mapping project_id to messages_count for each project the user messaged in the period |
model_to_messages_total | JSON object mapping model_name to messages_count for each model the user messaged in the period |
action_messages | Number of messages from the user generated by actions in the period |
action_messaged | Number of distinct actions the user triggered in the period |
action_to_messages | JSON object mapping action_name to messages_count for each action the user triggered in the period. Actions include capabilities like Canvas or Web Search as well as actions from integrations |
action_to_messages
column of the Users export:
Canvas
Web Search
File Analysis
Code Execution
Integration Actions
Hubspot_create_contact
, Slack_send_message
). Messages represent user prompts that trigger API calls to external services through Langdock integrations.0
or empty{}