v2
latestOpenAPI 3.1.02026-07-262937191.0 MBbeta.admin.vibe-work-analytics
Usage by user
Get Vibe Work usage by user for a time range.
get/v1/admin/analytics/vibe/work/usage/by_user_stats
Query parameters
start_timeinteger required
Start of the queried window, as a Unix timestamp in seconds.
Example:1764547200
Start of the queried window, as a Unix timestamp in seconds.
end_timeinteger required
End of the queried window, as a Unix timestamp in seconds.
Example:1767225600
End of the queried window, as a Unix timestamp in seconds.
Response
Successful Response
Example response
{
"start_time": 1764547200,
"end_time": 1767225600,
"data": [
{
"messages_count": 1543,
"files_count": 87,
"images_count": 42,
"spreadsheets_count": 15,
"unique_conversations_count": 312,
"user_id": "9c0ab39f-0cd0-46cd-bd30-8bf2d50be5ce",
"last_message_at": "2025-12-17T10:25:07Z",
"unique_agents_count": 8,
"messages_to_agents_count": 214
}
]
}